Html Css Color HEX #78710F Olive

📋 copy color: '#78710F'

red 120 ◦ green 113 ◦ blue 15

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

Shades of Olive #78710F

Tints of Olive #78710F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.05%

R = 48.39%
G = 45.56%
B = 6.05%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.87

 K value IS 0.53

RGB Variations

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

Color information

#78710F (or 0x78710F) is known color: Olive. HEX triplet: 78, 71 and 0F. RGB value is (120,113,15). Sum of RGB (Red+Green+Blue) = 120+113+15=248 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.39% from 248); Green value is 113 (44.53% from 255 or 45.56% from 248); Blue value is 15 (6.25% from 255 or 6.05% from 248); Max value from RGB is 120 - color contains mainly: red. Hex color #78710F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #78710F is #878EF0. Grayscale: #686868. Windows color (decimal): -8883953 or 1012088. OLE color: 1012088.

HSL color Cylindrical-coordinate representation of color #78710F: hue angle of 56º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #78710F is Cyan = 0, Magento = 0.06, Yellow = 0.87 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 113 15 -
CMYK 0 0.06 0.87 0.53
HSL 56º 0.78% 0.26% -
HSV(B) 56º 0.88% 0.47% -
XYZ 13.74 15.84 2.78 -
YUV 103.92 77.82 139.47 -
System Red Green Blue C M Y K H S L
Decimal 120 113 15 0 0.06 0.87 0.53 56 0.78 0.26
Hex 78 71 F 0 6 57 35 38 4E 1A
Octal 170 161 17 0 6 127 65 70 116 32
Binary 1111000 1110001 1111 0 110 1010111 110101 111000 1001110 11010

Color Harmonies of #78710F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78710F

Black with #78710F

Text Example


Text Example

White with #78710F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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