Html Css Color HEX #78700D Olive

📋 copy color: '#78700D'

red 120 ◦ green 112 ◦ blue 13

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

Shades of Olive #78700D

Tints of Olive #78700D

RGB

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

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

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

R = 48.98%
G = 45.71%
B = 5.31%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.89

 K value IS 0.53

RGB Variations

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

Color information

#78700D (or 0x78700D) is known color: Olive. HEX triplet: 78, 70 and 0D. RGB value is (120,112,13). Sum of RGB (Red+Green+Blue) = 120+112+13=245 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.98% from 245); Green value is 112 (44.14% from 255 or 45.71% from 245); Blue value is 13 (5.47% from 255 or 5.31% from 245); Max value from RGB is 120 - color contains mainly: red. Hex color #78700D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #78700D is #878FF2. Grayscale: #676767. Windows color (decimal): -8884211 or 880760. OLE color: 880760.

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

Color convert

RGB 120 112 13 -
CMYK 0 0.07 0.89 0.53
HSL 55.51º 0.8% 0.26% -
HSV(B) 55.51º 0.89% 0.47% -
XYZ 13.61 15.61 2.68 -
YUV 103.11 77.15 140.05 -
System Red Green Blue C M Y K H S L
Decimal 120 112 13 0 0.07 0.89 0.53 55.51 0.8 0.26
Hex 78 70 D 0 7 59 35 38 50 1A
Octal 170 160 15 0 7 131 65 70 120 32
Binary 1111000 1110000 1101 0 111 1011001 110101 111000 1010000 11010

Color Harmonies of #78700D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78700D

Black with #78700D

Text Example


Text Example

White with #78700D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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