Html Css Color HEX #777015 Olivetone

📋 copy color: '#777015'

red 119 ◦ green 112 ◦ blue 21

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

Shades of Olivetone #777015

Tints of Olivetone #777015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.33%

R = 47.22%
G = 44.44%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.82

 K value IS 0.53

RGB Variations

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

Color information

#777015 (or 0x777015) is known color: Olivetone. HEX triplet: 77, 70 and 15. RGB value is (119,112,21). Sum of RGB (Red+Green+Blue) = 119+112+21=252 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.22% from 252); Green value is 112 (44.14% from 255 or 44.44% from 252); Blue value is 21 (8.59% from 255 or 8.33% from 252); Max value from RGB is 119 - color contains mainly: red. Hex color #777015 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777015 is #888FEA. Grayscale: #686868. Windows color (decimal): -8949739 or 1405047. OLE color: 1405047.

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

Color convert

RGB 119 112 21 -
CMYK 0 0.06 0.82 0.53
HSL 55.71º 0.7% 0.27% -
HSV(B) 55.71º 0.82% 0.47% -
XYZ 13.54 15.56 3 -
YUV 103.72 81.32 138.9 -
System Red Green Blue C M Y K H S L
Decimal 119 112 21 0 0.06 0.82 0.53 55.71 0.7 0.27
Hex 77 70 15 0 6 52 35 38 46 1B
Octal 167 160 25 0 6 122 65 70 106 33
Binary 1110111 1110000 10101 0 110 1010010 110101 111000 1000110 11011

Color Harmonies of #777015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777015

Black with #777015

Text Example


Text Example

White with #777015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777015; }

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

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

background-color css

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

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

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

border-color css

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

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

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