Html Css Color HEX #777019 Olivetone

📋 copy color: '#777019'

red 119 ◦ green 112 ◦ blue 25

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

Shades of Olivetone #777019

Tints of Olivetone #777019

RGB

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

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

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

R = 46.48%
G = 43.75%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.79

 K value IS 0.53

RGB Variations

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

Color information

#777019 (or 0x777019) is known color: Olivetone. HEX triplet: 77, 70 and 19. RGB value is (119,112,25). Sum of RGB (Red+Green+Blue) = 119+112+25=256 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.48% from 256); Green value is 112 (44.14% from 255 or 43.75% from 256); Blue value is 25 (10.16% from 255 or 9.77% from 256); Max value from RGB is 119 - color contains mainly: red. Hex color #777019 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777019 is #888FE6. Grayscale: #686868. Windows color (decimal): -8949735 or 1667191. OLE color: 1667191.

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

Color convert

RGB 119 112 25 -
CMYK 0 0.06 0.79 0.53
HSL 55.53º 0.65% 0.28% -
HSV(B) 55.53º 0.79% 0.47% -
XYZ 13.58 15.58 3.21 -
YUV 104.18 83.32 138.57 -
System Red Green Blue C M Y K H S L
Decimal 119 112 25 0 0.06 0.79 0.53 55.53 0.65 0.28
Hex 77 70 19 0 6 4F 35 38 41 1C
Octal 167 160 31 0 6 117 65 70 101 34
Binary 1110111 1110000 11001 0 110 1001111 110101 111000 1000001 11100

Color Harmonies of #777019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777019

Black with #777019

Text Example


Text Example

White with #777019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777019; }

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

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

background-color css

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

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

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

border-color css

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

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

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