#799608

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

Shades of Olive #799608

Tints of Olive #799608

Color information

#799608 (or 0x799608) is unknown color: approx Olive. HEX triplet: 79, 96 and 08. RGB value is (121,150,8). Sum of RGB (Red+Green+Blue) = 121+150+8=279 (36% of max value = 765). Red value is 121 (47.66% from 255 or 43.37% from 279); Green value is 150 (58.98% from 255 or 53.76% from 279); Blue value is 8 (3.52% from 255 or 2.87% from 279); Max value from RGB is 150 - color contains mainly: green. Hex color #799608 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #799608 is #8669F7. Grayscale: #7D7D7D. Windows color (decimal): -8808952 or 562809. OLE color: 562809.

HSL color Cylindrical-coordinate representation of color #799608: hue angle of 72.25º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #799608 is Cyan = 0.19, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.41.

Color convert

RGB1211508-
CMYK0.1900.950.41
HSL72.25º89.87%30.98%-
HSV(B)72.25º94.67%58.82%-
XYZ18.8425.94.24-
YUV125.1461.89125.05-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 43.37%
GREEN value IS 150 (58.98% from 255) = 53.76%
BLUE value IS 8 (3.52% from 255) = 2.87%
R=43.37%
G=53.76%
B=2.87%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal12115080.1900.950.4172.2589.8730.98
Hex799681305F29485a1f
Octal171226102301375111013237
Binary111100110010110100010011010111111010011001000101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #799608; }

 p { color: rgb(121,150,8); }

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

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

 a { background-color: rgb(121,150,8); }

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

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

 span { border-color: rgb(121,150,8); }

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