Html Css Color HEX #77700E Olive

📋 copy color: '#77700E'

red 119 ◦ green 112 ◦ blue 14

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

Shades of Olive #77700E

Tints of Olive #77700E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 45.71%

 BLUE value IS 14 (5.86% from 255) = 5.71%

R = 48.57%
G = 45.71%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.88

 K value IS 0.53

RGB Variations

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

Color information

#77700E (or 0x77700E) is known color: Olive. HEX triplet: 77, 70 and 0E. RGB value is (119,112,14). Sum of RGB (Red+Green+Blue) = 119+112+14=245 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.57% from 245); Green value is 112 (44.14% from 255 or 45.71% from 245); Blue value is 14 (5.86% from 255 or 5.71% from 245); Max value from RGB is 119 - color contains mainly: red. Hex color #77700E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #77700E is #888FF1. Grayscale: #676767. Windows color (decimal): -8949746 or 946295. OLE color: 946295.

HSL color Cylindrical-coordinate representation of color #77700E: hue angle of 56º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #77700E is Cyan = 0, Magento = 0.06, Yellow = 0.88 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 112 14 -
CMYK 0 0.06 0.88 0.53
HSL 56º 0.79% 0.26% -
HSV(B) 56º 0.88% 0.47% -
XYZ 13.48 15.54 2.7 -
YUV 102.92 77.82 139.47 -
System Red Green Blue C M Y K H S L
Decimal 119 112 14 0 0.06 0.88 0.53 56 0.79 0.26
Hex 77 70 E 0 6 58 35 38 4F 1A
Octal 167 160 16 0 6 130 65 70 117 32
Binary 1110111 1110000 1110 0 110 1011000 110101 111000 1001111 11010

Color Harmonies of #77700E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77700E

Black with #77700E

Text Example


Text Example

White with #77700E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77700E; }

 p { color: rgb(119,112,14); }

 H1.HeaderClassName
 {
   color: #77700E;
 }
 .AnyTagClassName
 {
   color: #77700E;
 }
</style>

background-color css

<style>
 a { background-color: #77700E; }

 a { background-color: rgb(119,112,14); }

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

border-color css

<style>
 span { border-color: #77700E; }

 span { border-color: rgb(119,112,14); }

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