Html Css Color HEX #77860F Olive

📋 copy color: '#77860F'

red 119 ◦ green 134 ◦ blue 15

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

Shades of Olive #77860F

Tints of Olive #77860F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 50%

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

R = 44.4%
G = 50%
B = 5.6%

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

#77860F (or 0x77860F) is known color: Olive. HEX triplet: 77, 86 and 0F. RGB value is (119,134,15). Sum of RGB (Red+Green+Blue) = 119+134+15=268 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.40% from 268); Green value is 134 (52.73% from 255 or 50% from 268); Blue value is 15 (6.25% from 255 or 5.60% from 268); Max value from RGB is 134 - color contains mainly: green. Hex color #77860F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #77860F is #8879F0. Grayscale: #747474. Windows color (decimal): -8944113 or 1017463. OLE color: 1017463.

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

Color convert

RGB 119 134 15 -
CMYK 0.11 0 0.89 0.47
HSL 67.56º 0.8% 0.29% -
HSV(B) 67.56º 0.89% 0.53% -
XYZ 16.22 21.01 3.65 -
YUV 115.95 71.03 130.18 -
System Red Green Blue C M Y K H S L
Decimal 119 134 15 0.11 0 0.89 0.47 67.56 0.8 0.29
Hex 77 86 F B 0 59 2F 44 50 1D
Octal 167 206 17 13 0 131 57 104 120 35
Binary 1110111 10000110 1111 1011 0 1011001 101111 1000100 1010000 11101

Color Harmonies of #77860F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77860F

Black with #77860F

Text Example


Text Example

White with #77860F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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