Html Css Color HEX #777612 Olive

📋 copy color: '#777612'

red 119 ◦ green 118 ◦ blue 18

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

Shades of Olive #777612

Tints of Olive #777612

RGB

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

 GREEN value IS 118 (46.48% from 255) = 46.27%

 BLUE value IS 18 (7.42% from 255) = 7.06%

R = 46.67%
G = 46.27%
B = 7.06%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.85

 K value IS 0.53

RGB Variations

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

Color information

#777612 (or 0x777612) is known color: Olive. HEX triplet: 77, 76 and 12. RGB value is (119,118,18). Sum of RGB (Red+Green+Blue) = 119+118+18=255 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.67% from 255); Green value is 118 (46.48% from 255 or 46.27% from 255); Blue value is 18 (7.42% from 255 or 7.06% from 255); Max value from RGB is 119 - color contains mainly: red. Hex color #777612 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777612 is #8889ED. Grayscale: #6B6B6B. Windows color (decimal): -8948206 or 1209975. OLE color: 1209975.

HSL color Cylindrical-coordinate representation of color #777612: hue angle of 59.41º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #777612 is Cyan = 0, Magento = 0.01, Yellow = 0.85 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 118 18 -
CMYK 0 0.01 0.85 0.53
HSL 59.41º 0.74% 0.27% -
HSV(B) 59.41º 0.85% 0.47% -
XYZ 14.2 16.92 3.09 -
YUV 106.9 77.83 136.63 -
System Red Green Blue C M Y K H S L
Decimal 119 118 18 0 0.01 0.85 0.53 59.41 0.74 0.27
Hex 77 76 12 0 1 55 35 3B 4A 1B
Octal 167 166 22 0 1 125 65 73 112 33
Binary 1110111 1110110 10010 0 1 1010101 110101 111011 1001010 11011

Color Harmonies of #777612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777612

Black with #777612

Text Example


Text Example

White with #777612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777612; }

 p { color: rgb(119,118,18); }

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

background-color css

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

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

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

border-color css

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

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

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