#75790C

Color #75790C Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive #75790C

Tints of Olive #75790C

Color information

#75790C (or 0x75790C) is unknown color: approx Olive. HEX triplet: 75, 79 and 0C. RGB value is (117,121,12). Sum of RGB (Red+Green+Blue) = 117+121+12=250 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.8% from 250); Green value is 121 (47.66% from 255 or 48.4% from 250); Blue value is 12 (5.08% from 255 or 4.8% from 250); Max value from RGB is 121 - color contains mainly: green. Hex color #75790C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #75790C is #8A86F3. Grayscale: #6B6B6B. Windows color (decimal): -9078516 or 817525. OLE color: 817525.

HSL color Cylindrical-coordinate representation of color #75790C: hue angle of 62.2º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #75790C is Cyan = 0.03, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB11712112-
CMYK0.0300.900.53
HSL62.2º81.95%26.08%-
HSV(B)62.2º90.08%47.45%-
XYZ14.2417.482.97-
YUV107.3874.17134.86-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.8%
GREEN value IS 121 (47.66% from 255) = 48.4%
BLUE value IS 12 (5.08% from 255) = 4.8%
R=46.8%
G=48.4%
B=4.8%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal117121120.0300.900.5362.281.9526.08
Hex7579C305A353e521a
Octal1651711430132657612232
Binary1110101111100111001101011010110101111110101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75790C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75790C; }

 p { color: rgb(117,121,12); }

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

<style>
 a { background-color: #75790C; }

 a { background-color: rgb(117,121,12); }

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

<style>
 span { border-color: #75790C; }

 span { border-color: rgb(117,121,12); }

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