Html Css Color HEX #799608 Olive

📋 copy color: '#799608'

red 121 ◦ green 150 ◦ blue 8

#799608
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive #799608

Tints of Olive #799608

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 value IS 0.19

 M value IS 0

 Y value IS 0.95

 K value IS 0.41

RGB Variations

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

Color information

#799608 (or 0x799608) is known color: 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

RGB 121 150 8 -
CMYK 0.19 0 0.95 0.41
HSL 72.25º 0.9% 0.31% -
HSV(B) 72.25º 0.95% 0.59% -
XYZ 18.84 25.9 4.24 -
YUV 125.14 61.89 125.05 -
System Red Green Blue C M Y K H S L
Decimal 121 150 8 0.19 0 0.95 0.41 72.25 0.9 0.31
Hex 79 96 8 13 0 5F 29 48 5A 1F
Octal 171 226 10 23 0 137 51 110 132 37
Binary 1111001 10010110 1000 10011 0 1011111 101001 1001000 1011010 11111

Color Harmonies of #799608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799608

Black with #799608

Text Example


Text Example

White with #799608

Text Example


Text Example

HTML Codes & Css Web 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>