Html Css Color HEX #77860B Olive

📋 copy color: '#77860B'

red 119 ◦ green 134 ◦ blue 11

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

Shades of Olive #77860B

Tints of Olive #77860B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.17%

R = 45.08%
G = 50.76%
B = 4.17%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.92

 K value IS 0.47

RGB Variations

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

Color information

#77860B (or 0x77860B) is known color: Olive. HEX triplet: 77, 86 and 0B. RGB value is (119,134,11). Sum of RGB (Red+Green+Blue) = 119+134+11=264 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.08% from 264); Green value is 134 (52.73% from 255 or 50.76% from 264); Blue value is 11 (4.69% from 255 or 4.17% from 264); Max value from RGB is 134 - color contains mainly: green. Hex color #77860B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #77860B is #8879F4. Grayscale: #737373. Windows color (decimal): -8944117 or 755319. OLE color: 755319.

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

Color convert

RGB 119 134 11 -
CMYK 0.11 0 0.92 0.47
HSL 67.32º 0.85% 0.28% -
HSV(B) 67.32º 0.92% 0.53% -
XYZ 16.19 21 3.52 -
YUV 115.49 69.03 130.5 -
System Red Green Blue C M Y K H S L
Decimal 119 134 11 0.11 0 0.92 0.47 67.32 0.85 0.28
Hex 77 86 B B 0 5C 2F 43 55 1C
Octal 167 206 13 13 0 134 57 103 125 34
Binary 1110111 10000110 1011 1011 0 1011100 101111 1000011 1010101 11100

Color Harmonies of #77860B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77860B

Black with #77860B

Text Example


Text Example

White with #77860B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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