Html Css Color HEX #776F14 Olivetone

📋 copy color: '#776F14'

red 119 ◦ green 111 ◦ blue 20

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

Shades of Olivetone #776F14

Tints of Olivetone #776F14

RGB

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

 GREEN value IS 111 (43.75% from 255) = 44.4%

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

R = 47.6%
G = 44.4%
B = 8%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.83

 K value IS 0.53

RGB Variations

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

Color information

#776F14 (or 0x776F14) is known color: Olivetone. HEX triplet: 77, 6F and 14. RGB value is (119,111,20). Sum of RGB (Red+Green+Blue) = 119+111+20=250 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.6% from 250); Green value is 111 (43.75% from 255 or 44.4% from 250); Blue value is 20 (8.20% from 255 or 8% from 250); Max value from RGB is 119 - color contains mainly: red. Hex color #776F14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776F14 is #8890EB. Grayscale: #676767. Windows color (decimal): -8949996 or 1339255. OLE color: 1339255.

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

Color convert

RGB 119 111 20 -
CMYK 0 0.07 0.83 0.53
HSL 55.15º 0.71% 0.27% -
HSV(B) 55.15º 0.83% 0.47% -
XYZ 13.42 15.34 2.92 -
YUV 103.02 81.15 139.4 -
System Red Green Blue C M Y K H S L
Decimal 119 111 20 0 0.07 0.83 0.53 55.15 0.71 0.27
Hex 77 6F 14 0 7 53 35 37 47 1B
Octal 167 157 24 0 7 123 65 67 107 33
Binary 1110111 1101111 10100 0 111 1010011 110101 110111 1000111 11011

Color Harmonies of #776F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776F14

Black with #776F14

Text Example


Text Example

White with #776F14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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