Html Css Color HEX #79880F Olive

📋 copy color: '#79880F'

red 121 ◦ green 136 ◦ blue 15

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

Shades of Olive #79880F

Tints of Olive #79880F

RGB

 RED value IS 121 (47.66% from 255) = 44.49%

 GREEN value IS 136 (53.52% from 255) = 50%

 BLUE value IS 15 (6.25% from 255) = 5.51%

R = 44.49%
G = 50%
B = 5.51%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.89

 K value IS 0.47

RGB Variations

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

Color information

#79880F (or 0x79880F) is known color: Olive. HEX triplet: 79, 88 and 0F. RGB value is (121,136,15). Sum of RGB (Red+Green+Blue) = 121+136+15=272 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44.49% from 272); Green value is 136 (53.52% from 255 or 50% from 272); Blue value is 15 (6.25% from 255 or 5.51% from 272); Max value from RGB is 136 - color contains mainly: green. Hex color #79880F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #79880F is #8677F0. Grayscale: #767676. Windows color (decimal): -8812529 or 1017977. OLE color: 1017977.

HSL color Cylindrical-coordinate representation of color #79880F: hue angle of 67.44º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #79880F is Cyan = 0.11, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.47.

Color convert

RGB 121 136 15 -
CMYK 0.11 0 0.89 0.47
HSL 67.44º 0.8% 0.3% -
HSV(B) 67.44º 0.89% 0.53% -
XYZ 16.78 21.71 3.76 -
YUV 117.72 70.03 130.34 -
System Red Green Blue C M Y K H S L
Decimal 121 136 15 0.11 0 0.89 0.47 67.44 0.8 0.3
Hex 79 88 F B 0 59 2F 43 50 1E
Octal 171 210 17 13 0 131 57 103 120 36
Binary 1111001 10001000 1111 1011 0 1011001 101111 1000011 1010000 11110

Color Harmonies of #79880F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79880F

Black with #79880F

Text Example


Text Example

White with #79880F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79880F; }

 p { color: rgb(121,136,15); }

 H1.HeaderClassName
 {
   color: #79880F;
 }
 .AnyTagClassName
 {
   color: #79880F;
 }
</style>

background-color css

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

 a { background-color: rgb(121,136,15); }

 div.DivClassName
 {
   background-color: #79880F;
 }
 .BgClassName
 {
   background-color: #79880F;
 }
</style>

border-color css

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

 span { border-color: rgb(121,136,15); }

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