Html Css Color HEX #777613 Olivetone

📋 copy color: '#777613'

red 119 ◦ green 118 ◦ blue 19

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

Shades of Olivetone #777613

Tints of Olivetone #777613

RGB

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

 GREEN value IS 118 (46.48% from 255) = 46.09%

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

R = 46.48%
G = 46.09%
B = 7.42%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.84

 K value IS 0.53

RGB Variations

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

Color information

#777613 (or 0x777613) is known color: Olivetone. HEX triplet: 77, 76 and 13. RGB value is (119,118,19). Sum of RGB (Red+Green+Blue) = 119+118+19=256 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.48% from 256); Green value is 118 (46.48% from 255 or 46.09% from 256); Blue value is 19 (7.81% from 255 or 7.42% from 256); Max value from RGB is 119 - color contains mainly: red. Hex color #777613 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777613 is #8889EC. Grayscale: #6B6B6B. Windows color (decimal): -8948205 or 1275511. OLE color: 1275511.

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

Color convert

RGB 119 118 19 -
CMYK 0 0.01 0.84 0.53
HSL 59.4º 0.72% 0.27% -
HSV(B) 59.4º 0.84% 0.47% -
XYZ 14.2 16.93 3.13 -
YUV 107.01 78.33 136.55 -
System Red Green Blue C M Y K H S L
Decimal 119 118 19 0 0.01 0.84 0.53 59.4 0.72 0.27
Hex 77 76 13 0 1 54 35 3B 48 1B
Octal 167 166 23 0 1 124 65 73 110 33
Binary 1110111 1110110 10011 0 1 1010100 110101 111011 1001000 11011

Color Harmonies of #777613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777613

Black with #777613

Text Example


Text Example

White with #777613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777613; }

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

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

background-color css

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

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

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

border-color css

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

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

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