Html Css Color HEX #78711F Olivetone

📋 copy color: '#78711F'

red 120 ◦ green 113 ◦ blue 31

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

Shades of Olivetone #78711F

Tints of Olivetone #78711F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 42.8%

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

R = 45.45%
G = 42.8%
B = 11.74%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.74

 K value IS 0.53

RGB Variations

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

Color information

#78711F (or 0x78711F) is known color: Olivetone. HEX triplet: 78, 71 and 1F. RGB value is (120,113,31). Sum of RGB (Red+Green+Blue) = 120+113+31=264 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.45% from 264); Green value is 113 (44.53% from 255 or 42.80% from 264); Blue value is 31 (12.5% from 255 or 11.74% from 264); Max value from RGB is 120 - color contains mainly: red. Hex color #78711F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78711F is #878EE0. Grayscale: #6A6A6A. Windows color (decimal): -8883937 or 2060664. OLE color: 2060664.

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

Color convert

RGB 120 113 31 -
CMYK 0 0.06 0.74 0.53
HSL 55.28º 0.59% 0.3% -
HSV(B) 55.28º 0.74% 0.47% -
XYZ 13.9 15.9 3.63 -
YUV 105.75 85.82 138.17 -
System Red Green Blue C M Y K H S L
Decimal 120 113 31 0 0.06 0.74 0.53 55.28 0.59 0.3
Hex 78 71 1F 0 6 4A 35 37 3B 1E
Octal 170 161 37 0 6 112 65 67 73 36
Binary 1111000 1110001 11111 0 110 1001010 110101 110111 111011 11110

Color Harmonies of #78711F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78711F

Black with #78711F

Text Example


Text Example

White with #78711F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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