Html Css Color HEX #78771F Olivetone

📋 copy color: '#78771F'

red 120 ◦ green 119 ◦ blue 31

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

Shades of Olivetone #78771F

Tints of Olivetone #78771F

RGB

 RED value IS 120 (47.27% from 255) = 44.44%

 GREEN value IS 119 (46.88% from 255) = 44.07%

 BLUE value IS 31 (12.5% from 255) = 11.48%

R = 44.44%
G = 44.07%
B = 11.48%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.74

 K value IS 0.53

RGB Variations

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

Color information

#78771F (or 0x78771F) is known color: Olivetone. HEX triplet: 78, 77 and 1F. RGB value is (120,119,31). Sum of RGB (Red+Green+Blue) = 120+119+31=270 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.44% from 270); Green value is 119 (46.88% from 255 or 44.07% from 270); Blue value is 31 (12.5% from 255 or 11.48% from 270); Max value from RGB is 120 - color contains mainly: red. Hex color #78771F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78771F is #8788E0. Grayscale: #6D6D6D. Windows color (decimal): -8882401 or 2062200. OLE color: 2062200.

HSL color Cylindrical-coordinate representation of color #78771F: hue angle of 59.33º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #78771F is Cyan = 0, Magento = 0.01, Yellow = 0.74 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 119 31 -
CMYK 0 0.01 0.74 0.53
HSL 59.33º 0.59% 0.3% -
HSV(B) 59.33º 0.74% 0.47% -
XYZ 14.59 17.29 3.86 -
YUV 109.27 83.83 135.66 -
System Red Green Blue C M Y K H S L
Decimal 120 119 31 0 0.01 0.74 0.53 59.33 0.59 0.3
Hex 78 77 1F 0 1 4A 35 3B 3B 1E
Octal 170 167 37 0 1 112 65 73 73 36
Binary 1111000 1110111 11111 0 1 1001010 110101 111011 111011 11110

Color Harmonies of #78771F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78771F

Black with #78771F

Text Example


Text Example

White with #78771F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78771F; }

 p { color: rgb(120,119,31); }

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

background-color css

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

 a { background-color: rgb(120,119,31); }

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

border-color css

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

 span { border-color: rgb(120,119,31); }

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