Html Css Color HEX #78710D Olive

📋 copy color: '#78710D'

red 120 ◦ green 113 ◦ blue 13

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

Shades of Olive #78710D

Tints of Olive #78710D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.28%

R = 48.78%
G = 45.93%
B = 5.28%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.89

 K value IS 0.53

RGB Variations

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

Color information

#78710D (or 0x78710D) is known color: Olive. HEX triplet: 78, 71 and 0D. RGB value is (120,113,13). Sum of RGB (Red+Green+Blue) = 120+113+13=246 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.78% from 246); Green value is 113 (44.53% from 255 or 45.93% from 246); Blue value is 13 (5.47% from 255 or 5.28% from 246); Max value from RGB is 120 - color contains mainly: red. Hex color #78710D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #78710D is #878EF2. Grayscale: #686868. Windows color (decimal): -8883955 or 881016. OLE color: 881016.

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

Color convert

RGB 120 113 13 -
CMYK 0 0.06 0.89 0.53
HSL 56.07º 0.8% 0.26% -
HSV(B) 56.07º 0.89% 0.47% -
XYZ 13.72 15.83 2.71 -
YUV 103.69 76.82 139.63 -
System Red Green Blue C M Y K H S L
Decimal 120 113 13 0 0.06 0.89 0.53 56.07 0.8 0.26
Hex 78 71 D 0 6 59 35 38 50 1A
Octal 170 161 15 0 6 131 65 70 120 32
Binary 1111000 1110001 1101 0 110 1011001 110101 111000 1010000 11010

Color Harmonies of #78710D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78710D

Black with #78710D

Text Example


Text Example

White with #78710D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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