Html Css Color HEX #78701B Olivetone

📋 copy color: '#78701B'

red 120 ◦ green 112 ◦ blue 27

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

Shades of Olivetone #78701B

Tints of Olivetone #78701B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.42%

R = 46.33%
G = 43.24%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.78

 K value IS 0.53

RGB Variations

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

Color information

#78701B (or 0x78701B) is known color: Olivetone. HEX triplet: 78, 70 and 1B. RGB value is (120,112,27). Sum of RGB (Red+Green+Blue) = 120+112+27=259 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.33% from 259); Green value is 112 (44.14% from 255 or 43.24% from 259); Blue value is 27 (10.94% from 255 or 10.42% from 259); Max value from RGB is 120 - color contains mainly: red. Hex color #78701B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78701B is #878FE4. Grayscale: #696969. Windows color (decimal): -8884197 or 1798264. OLE color: 1798264.

HSL color Cylindrical-coordinate representation of color #78701B: hue angle of 54.84º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #78701B is Cyan = 0, Magento = 0.07, Yellow = 0.78 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 112 27 -
CMYK 0 0.07 0.78 0.53
HSL 54.84º 0.63% 0.29% -
HSV(B) 54.84º 0.78% 0.47% -
XYZ 13.74 15.66 3.34 -
YUV 104.7 84.15 138.91 -
System Red Green Blue C M Y K H S L
Decimal 120 112 27 0 0.07 0.78 0.53 54.84 0.63 0.29
Hex 78 70 1B 0 7 4E 35 37 3F 1D
Octal 170 160 33 0 7 116 65 67 77 35
Binary 1111000 1110000 11011 0 111 1001110 110101 110111 111111 11101

Color Harmonies of #78701B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78701B

Black with #78701B

Text Example


Text Example

White with #78701B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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