Html Css Color HEX #77880F Olive

📋 copy color: '#77880F'

red 119 ◦ green 136 ◦ blue 15

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

Shades of Olive #77880F

Tints of Olive #77880F

RGB

 RED value IS 119 (46.88% from 255) = 44.07%

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

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

R = 44.07%
G = 50.37%
B = 5.56%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.89

 K value IS 0.47

RGB Variations

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

Color information

#77880F (or 0x77880F) is known color: Olive. HEX triplet: 77, 88 and 0F. RGB value is (119,136,15). Sum of RGB (Red+Green+Blue) = 119+136+15=270 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.07% from 270); Green value is 136 (53.52% from 255 or 50.37% from 270); Blue value is 15 (6.25% from 255 or 5.56% from 270); Max value from RGB is 136 - color contains mainly: green. Hex color #77880F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #77880F is #8877F0. Grayscale: #757575. Windows color (decimal): -8943601 or 1017975. OLE color: 1017975.

HSL color Cylindrical-coordinate representation of color #77880F: hue angle of 68.43º 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 #77880F is Cyan = 0.12, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.47.

Color convert

RGB 119 136 15 -
CMYK 0.12 0 0.89 0.47
HSL 68.43º 0.8% 0.3% -
HSV(B) 68.43º 0.89% 0.53% -
XYZ 16.5 21.56 3.74 -
YUV 117.12 70.37 129.34 -
System Red Green Blue C M Y K H S L
Decimal 119 136 15 0.12 0 0.89 0.47 68.43 0.8 0.3
Hex 77 88 F C 0 59 2F 44 50 1E
Octal 167 210 17 14 0 131 57 104 120 36
Binary 1110111 10001000 1111 1100 0 1011001 101111 1000100 1010000 11110

Color Harmonies of #77880F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77880F

Black with #77880F

Text Example


Text Example

White with #77880F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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