Html Css Color HEX #777210 Olive

📋 copy color: '#777210'

red 119 ◦ green 114 ◦ blue 16

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

Shades of Olive #777210

Tints of Olive #777210

RGB

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

 GREEN value IS 114 (44.92% from 255) = 45.78%

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

R = 47.79%
G = 45.78%
B = 6.43%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.87

 K value IS 0.53

RGB Variations

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

Color information

#777210 (or 0x777210) is known color: Olive. HEX triplet: 77, 72 and 10. RGB value is (119,114,16). Sum of RGB (Red+Green+Blue) = 119+114+16=249 (32% of max value = 765). Red value is 119 (46.88% from 255 or 47.79% from 249); Green value is 114 (44.92% from 255 or 45.78% from 249); Blue value is 16 (6.64% from 255 or 6.43% from 249); Max value from RGB is 119 - color contains mainly: red. Hex color #777210 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777210 is #888DEF. Grayscale: #686868. Windows color (decimal): -8949232 or 1077879. OLE color: 1077879.

HSL color Cylindrical-coordinate representation of color #777210: hue angle of 57.09º 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 #777210 is Cyan = 0, Magento = 0.04, Yellow = 0.87 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 114 16 -
CMYK 0 0.04 0.87 0.53
HSL 57.09º 0.76% 0.26% -
HSV(B) 57.09º 0.87% 0.47% -
XYZ 13.72 15.99 2.85 -
YUV 104.32 78.16 138.47 -
System Red Green Blue C M Y K H S L
Decimal 119 114 16 0 0.04 0.87 0.53 57.09 0.76 0.26
Hex 77 72 10 0 4 57 35 39 4C 1A
Octal 167 162 20 0 4 127 65 71 114 32
Binary 1110111 1110010 10000 0 100 1010111 110101 111001 1001100 11010

Color Harmonies of #777210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777210

Black with #777210

Text Example


Text Example

White with #777210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777210; }

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

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

background-color css

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

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

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

border-color css

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

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

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