Html Css Color HEX #777013 Olivetone

📋 copy color: '#777013'

red 119 ◦ green 112 ◦ blue 19

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

Shades of Olivetone #777013

Tints of Olivetone #777013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.6%

R = 47.6%
G = 44.8%
B = 7.6%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.84

 K value IS 0.53

RGB Variations

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

Color information

#777013 (or 0x777013) is known color: Olivetone. HEX triplet: 77, 70 and 13. RGB value is (119,112,19). Sum of RGB (Red+Green+Blue) = 119+112+19=250 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.6% from 250); Green value is 112 (44.14% from 255 or 44.8% from 250); Blue value is 19 (7.81% from 255 or 7.6% from 250); Max value from RGB is 119 - color contains mainly: red. Hex color #777013 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777013 is #888FEC. Grayscale: #676767. Windows color (decimal): -8949741 or 1273975. OLE color: 1273975.

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

Color convert

RGB 119 112 19 -
CMYK 0 0.06 0.84 0.53
HSL 55.8º 0.72% 0.27% -
HSV(B) 55.8º 0.84% 0.47% -
XYZ 13.52 15.56 2.91 -
YUV 103.49 80.32 139.06 -
System Red Green Blue C M Y K H S L
Decimal 119 112 19 0 0.06 0.84 0.53 55.8 0.72 0.27
Hex 77 70 13 0 6 54 35 38 48 1B
Octal 167 160 23 0 6 124 65 70 110 33
Binary 1110111 1110000 10011 0 110 1010100 110101 111000 1001000 11011

Color Harmonies of #777013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777013

Black with #777013

Text Example


Text Example

White with #777013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777013; }

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

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

background-color css

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

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

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

border-color css

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

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

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