Html Css Color HEX #776F19 Olivetone

📋 copy color: '#776F19'

red 119 ◦ green 111 ◦ blue 25

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

Shades of Olivetone #776F19

Tints of Olivetone #776F19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.8%

R = 46.67%
G = 43.53%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.79

 K value IS 0.53

RGB Variations

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

Color information

#776F19 (or 0x776F19) is known color: Olivetone. HEX triplet: 77, 6F and 19. RGB value is (119,111,25). Sum of RGB (Red+Green+Blue) = 119+111+25=255 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.67% from 255); Green value is 111 (43.75% from 255 or 43.53% from 255); Blue value is 25 (10.16% from 255 or 9.80% from 255); Max value from RGB is 119 - color contains mainly: red. Hex color #776F19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776F19 is #8890E6. Grayscale: #676767. Windows color (decimal): -8949991 or 1666935. OLE color: 1666935.

HSL color Cylindrical-coordinate representation of color #776F19: hue angle of 54.89º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #776F19 is Cyan = 0, Magento = 0.07, Yellow = 0.79 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 111 25 -
CMYK 0 0.07 0.79 0.53
HSL 54.89º 0.65% 0.28% -
HSV(B) 54.89º 0.79% 0.47% -
XYZ 13.47 15.36 3.17 -
YUV 103.59 83.65 138.99 -
System Red Green Blue C M Y K H S L
Decimal 119 111 25 0 0.07 0.79 0.53 54.89 0.65 0.28
Hex 77 6F 19 0 7 4F 35 37 41 1C
Octal 167 157 31 0 7 117 65 67 101 34
Binary 1110111 1101111 11001 0 111 1001111 110101 110111 1000001 11100

Color Harmonies of #776F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776F19

Black with #776F19

Text Example


Text Example

White with #776F19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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