Html Css Color HEX #77710E Olive

📋 copy color: '#77710E'

red 119 ◦ green 113 ◦ blue 14

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

Shades of Olive #77710E

Tints of Olive #77710E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 45.93%

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

R = 48.37%
G = 45.93%
B = 5.69%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.88

 K value IS 0.53

RGB Variations

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

Color information

#77710E (or 0x77710E) is known color: Olive. HEX triplet: 77, 71 and 0E. RGB value is (119,113,14). Sum of RGB (Red+Green+Blue) = 119+113+14=246 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.37% from 246); Green value is 113 (44.53% from 255 or 45.93% from 246); Blue value is 14 (5.86% from 255 or 5.69% from 246); Max value from RGB is 119 - color contains mainly: red. Hex color #77710E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #77710E is #888EF1. Grayscale: #676767. Windows color (decimal): -8949490 or 946551. OLE color: 946551.

HSL color Cylindrical-coordinate representation of color #77710E: hue angle of 56.57º 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 #77710E is Cyan = 0, Magento = 0.05, Yellow = 0.88 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 113 14 -
CMYK 0 0.05 0.88 0.53
HSL 56.57º 0.79% 0.26% -
HSV(B) 56.57º 0.88% 0.47% -
XYZ 13.59 15.76 2.74 -
YUV 103.51 77.49 139.05 -
System Red Green Blue C M Y K H S L
Decimal 119 113 14 0 0.05 0.88 0.53 56.57 0.79 0.26
Hex 77 71 E 0 5 58 35 39 4F 1A
Octal 167 161 16 0 5 130 65 71 117 32
Binary 1110111 1110001 1110 0 101 1011000 110101 111001 1001111 11010

Color Harmonies of #77710E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77710E

Black with #77710E

Text Example


Text Example

White with #77710E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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