Html Css Color HEX #78701F Olivetone

📋 copy color: '#78701F'

red 120 ◦ green 112 ◦ blue 31

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

Shades of Olivetone #78701F

Tints of Olivetone #78701F

RGB

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

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

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

R = 45.63%
G = 42.59%
B = 11.79%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.74

 K value IS 0.53

RGB Variations

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

Color information

#78701F (or 0x78701F) is known color: Olivetone. HEX triplet: 78, 70 and 1F. RGB value is (120,112,31). Sum of RGB (Red+Green+Blue) = 120+112+31=263 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.63% from 263); Green value is 112 (44.14% from 255 or 42.59% from 263); Blue value is 31 (12.5% from 255 or 11.79% from 263); Max value from RGB is 120 - color contains mainly: red. Hex color #78701F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78701F is #878FE0. Grayscale: #696969. Windows color (decimal): -8884193 or 2060408. OLE color: 2060408.

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

Color convert

RGB 120 112 31 -
CMYK 0 0.07 0.74 0.53
HSL 54.61º 0.59% 0.3% -
HSV(B) 54.61º 0.74% 0.47% -
XYZ 13.79 15.68 3.6 -
YUV 105.16 86.15 138.59 -
System Red Green Blue C M Y K H S L
Decimal 120 112 31 0 0.07 0.74 0.53 54.61 0.59 0.3
Hex 78 70 1F 0 7 4A 35 37 3B 1E
Octal 170 160 37 0 7 112 65 67 73 36
Binary 1111000 1110000 11111 0 111 1001010 110101 110111 111011 11110

Color Harmonies of #78701F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78701F

Black with #78701F

Text Example


Text Example

White with #78701F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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