#75A51C

Color #75A51C Christi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christi #75A51C

Tints of Christi #75A51C

Color information

#75A51C (or 0x75A51C) is unknown color: approx Christi. HEX triplet: 75, A5 and 1C. RGB value is (117,165,28). Sum of RGB (Red+Green+Blue) = 117+165+28=310 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.74% from 310); Green value is 165 (64.84% from 255 or 53.23% from 310); Blue value is 28 (11.33% from 255 or 9.03% from 310); Max value from RGB is 165 - color contains mainly: green. Hex color #75A51C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75A51C is #8A5AE3. Grayscale: #878787. Windows color (decimal): -9067236 or 1877365. OLE color: 1877365.

HSL color Cylindrical-coordinate representation of color #75A51C: hue angle of 81.02º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #75A51C is Cyan = 0.29, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.35.

Color convert

RGB11716528-
CMYK0.2900.830.35
HSL81.02º70.98%37.84%-
HSV(B)81.02º83.03%64.71%-
XYZ2130.785.93-
YUV135.0367.6115.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 117 (46.09% from 255) = 37.74%
GREEN value IS 165 (64.84% from 255) = 53.23%
BLUE value IS 28 (11.33% from 255) = 9.03%
R=37.74%
G=53.23%
B=9.03%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal117165280.2900.830.3581.0270.9837.84
Hex75A51C1D05323514726
Octal165245343501234312110746
Binary11101011010010111100111010101001110001110100011000111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A51C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75A51C; }

 p { color: rgb(117,165,28); }

 H1.HeaderClassName
 {
   color: #75A51C;
 }
 .AnyTagClassName
 {
   color: #75A51C;
 }
</style>
background-color css

<style>
 a { background-color: #75A51C; }

 a { background-color: rgb(117,165,28); }

 div.DivClassName
 {
   background-color: #75A51C;
 }
 .BgClassName
 {
   background-color: #75A51C;
 }
</style>
border-color css

<style>
 span { border-color: #75A51C; }

 span { border-color: rgb(117,165,28); }

 td.TdClassName
 {
   border-color: #75A51C;
 }
 .TagClassName
 {
   border-color: #75A51C;
 }
</style>