Html Css Color HEX #777614 Olivetone

📋 copy color: '#777614'

red 119 ◦ green 118 ◦ blue 20

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

Shades of Olivetone #777614

Tints of Olivetone #777614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.78%

R = 46.3%
G = 45.91%
B = 7.78%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.83

 K value IS 0.53

RGB Variations

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

Color information

#777614 (or 0x777614) is known color: Olivetone. HEX triplet: 77, 76 and 14. RGB value is (119,118,20). Sum of RGB (Red+Green+Blue) = 119+118+20=257 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.30% from 257); Green value is 118 (46.48% from 255 or 45.91% from 257); Blue value is 20 (8.20% from 255 or 7.78% from 257); Max value from RGB is 119 - color contains mainly: red. Hex color #777614 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777614 is #8889EB. Grayscale: #6B6B6B. Windows color (decimal): -8948204 or 1341047. OLE color: 1341047.

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

Color convert

RGB 119 118 20 -
CMYK 0 0.01 0.83 0.53
HSL 59.39º 0.71% 0.27% -
HSV(B) 59.39º 0.83% 0.47% -
XYZ 14.21 16.93 3.18 -
YUV 107.13 78.83 136.47 -
System Red Green Blue C M Y K H S L
Decimal 119 118 20 0 0.01 0.83 0.53 59.39 0.71 0.27
Hex 77 76 14 0 1 53 35 3B 47 1B
Octal 167 166 24 0 1 123 65 73 107 33
Binary 1110111 1110110 10100 0 1 1010011 110101 111011 1000111 11011

Color Harmonies of #777614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777614

Black with #777614

Text Example


Text Example

White with #777614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777614; }

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

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

background-color css

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

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

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

border-color css

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

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

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