Html Css Color HEX #777014 Olivetone

📋 copy color: '#777014'

red 119 ◦ green 112 ◦ blue 20

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

Shades of Olivetone #777014

Tints of Olivetone #777014

RGB

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

 GREEN value IS 112 (44.14% from 255) = 44.62%

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

R = 47.41%
G = 44.62%
B = 7.97%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.83

 K value IS 0.53

RGB Variations

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

Color information

#777014 (or 0x777014) is known color: Olivetone. HEX triplet: 77, 70 and 14. RGB value is (119,112,20). Sum of RGB (Red+Green+Blue) = 119+112+20=251 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.41% from 251); Green value is 112 (44.14% from 255 or 44.62% from 251); Blue value is 20 (8.20% from 255 or 7.97% from 251); Max value from RGB is 119 - color contains mainly: red. Hex color #777014 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777014 is #888FEB. Grayscale: #676767. Windows color (decimal): -8949740 or 1339511. OLE color: 1339511.

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

Color convert

RGB 119 112 20 -
CMYK 0 0.06 0.83 0.53
HSL 55.76º 0.71% 0.27% -
HSV(B) 55.76º 0.83% 0.47% -
XYZ 13.53 15.56 2.95 -
YUV 103.61 80.82 138.98 -
System Red Green Blue C M Y K H S L
Decimal 119 112 20 0 0.06 0.83 0.53 55.76 0.71 0.27
Hex 77 70 14 0 6 53 35 38 47 1B
Octal 167 160 24 0 6 123 65 70 107 33
Binary 1110111 1110000 10100 0 110 1010011 110101 111000 1000111 11011

Color Harmonies of #777014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777014

Black with #777014

Text Example


Text Example

White with #777014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777014; }

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

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

background-color css

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

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

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

border-color css

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

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

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