Html Css Color HEX #776D16 Olivetone

📋 copy color: '#776D16'

red 119 ◦ green 109 ◦ blue 22

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

Shades of Olivetone #776D16

Tints of Olivetone #776D16

RGB

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

 GREEN value IS 109 (42.97% from 255) = 43.6%

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

R = 47.6%
G = 43.6%
B = 8.8%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.82

 K value IS 0.53

RGB Variations

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

Color information

#776D16 (or 0x776D16) is known color: Olivetone. HEX triplet: 77, 6D and 16. RGB value is (119,109,22). Sum of RGB (Red+Green+Blue) = 119+109+22=250 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.6% from 250); Green value is 109 (42.97% from 255 or 43.6% from 250); Blue value is 22 (8.98% from 255 or 8.8% from 250); Max value from RGB is 119 - color contains mainly: red. Hex color #776D16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776D16 is #8892E9. Grayscale: #666666. Windows color (decimal): -8950506 or 1469815. OLE color: 1469815.

HSL color Cylindrical-coordinate representation of color #776D16: hue angle of 53.81º 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 #776D16 is Cyan = 0, Magento = 0.08, Yellow = 0.82 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 109 22 -
CMYK 0 0.08 0.82 0.53
HSL 53.81º 0.69% 0.28% -
HSV(B) 53.81º 0.82% 0.47% -
XYZ 13.22 14.92 2.94 -
YUV 102.07 82.81 140.07 -
System Red Green Blue C M Y K H S L
Decimal 119 109 22 0 0.08 0.82 0.53 53.81 0.69 0.28
Hex 77 6D 16 0 8 52 35 36 45 1C
Octal 167 155 26 0 10 122 65 66 105 34
Binary 1110111 1101101 10110 0 1000 1010010 110101 110110 1000101 11100

Color Harmonies of #776D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776D16

Black with #776D16

Text Example


Text Example

White with #776D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776D16; }

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

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

background-color css

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

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

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

border-color css

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

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

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