Html Css Color HEX #777016 Olivetone

📋 copy color: '#777016'

red 119 ◦ green 112 ◦ blue 22

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

Shades of Olivetone #777016

Tints of Olivetone #777016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.7%

R = 47.04%
G = 44.27%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.82

 K value IS 0.53

RGB Variations

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

Color information

#777016 (or 0x777016) is known color: Olivetone. HEX triplet: 77, 70 and 16. RGB value is (119,112,22). Sum of RGB (Red+Green+Blue) = 119+112+22=253 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.04% from 253); Green value is 112 (44.14% from 255 or 44.27% from 253); Blue value is 22 (8.98% from 255 or 8.70% from 253); Max value from RGB is 119 - color contains mainly: red. Hex color #777016 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777016 is #888FE9. Grayscale: #686868. Windows color (decimal): -8949738 or 1470583. OLE color: 1470583.

HSL color Cylindrical-coordinate representation of color #777016: hue angle of 55.67º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #777016 is Cyan = 0, Magento = 0.06, Yellow = 0.82 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 112 22 -
CMYK 0 0.06 0.82 0.53
HSL 55.67º 0.69% 0.28% -
HSV(B) 55.67º 0.82% 0.47% -
XYZ 13.55 15.57 3.05 -
YUV 103.83 81.82 138.82 -
System Red Green Blue C M Y K H S L
Decimal 119 112 22 0 0.06 0.82 0.53 55.67 0.69 0.28
Hex 77 70 16 0 6 52 35 38 45 1C
Octal 167 160 26 0 6 122 65 70 105 34
Binary 1110111 1110000 10110 0 110 1010010 110101 111000 1000101 11100

Color Harmonies of #777016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777016

Black with #777016

Text Example


Text Example

White with #777016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777016; }

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

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

background-color css

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

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

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

border-color css

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

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

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