Html Css Color HEX #777710 Olive

📋 copy color: '#777710'

red 119 ◦ green 119 ◦ blue 16

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

Shades of Olive #777710

Tints of Olive #777710

RGB

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

 GREEN value IS 119 (46.88% from 255) = 46.85%

 BLUE value IS 16 (6.64% from 255) = 6.3%

R = 46.85%
G = 46.85%
B = 6.3%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.87

 K value IS 0.53

RGB Variations

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

Color information

#777710 (or 0x777710) is known color: Olive. HEX triplet: 77, 77 and 10. RGB value is (119,119,16). Sum of RGB (Red+Green+Blue) = 119+119+16=254 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.85% from 254); Green value is 119 (46.88% from 255 or 46.85% from 254); Blue value is 16 (6.64% from 255 or 6.30% from 254); Max value from RGB is 119 - color contains mainly: red, green. Hex color #777710 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777710 is #8888EF. Grayscale: #6B6B6B. Windows color (decimal): -8947952 or 1079159. OLE color: 1079159.

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

Color convert

RGB 119 119 16 -
CMYK 0 0 0.87 0.53
HSL 60º 0.76% 0.26% -
HSV(B) 60º 0.87% 0.47% -
XYZ 14.3 17.15 3.05 -
YUV 107.26 76.5 136.38 -
System Red Green Blue C M Y K H S L
Decimal 119 119 16 0 0 0.87 0.53 60 0.76 0.26
Hex 77 77 10 0 0 57 35 3C 4C 1A
Octal 167 167 20 0 0 127 65 74 114 32
Binary 1110111 1110111 10000 0 0 1010111 110101 111100 1001100 11010

Color Harmonies of #777710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777710

Black with #777710

Text Example


Text Example

White with #777710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777710; }

 p { color: rgb(119,119,16); }

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

background-color css

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

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

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

border-color css

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

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

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