Html Css Color HEX #78730D Olive

📋 copy color: '#78730D'

red 120 ◦ green 115 ◦ blue 13

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

Shades of Olive #78730D

Tints of Olive #78730D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 46.37%

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

R = 48.39%
G = 46.37%
B = 5.24%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.89

 K value IS 0.53

RGB Variations

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

Color information

#78730D (or 0x78730D) is known color: Olive. HEX triplet: 78, 73 and 0D. RGB value is (120,115,13). Sum of RGB (Red+Green+Blue) = 120+115+13=248 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.39% from 248); Green value is 115 (45.31% from 255 or 46.37% from 248); Blue value is 13 (5.47% from 255 or 5.24% from 248); Max value from RGB is 120 - color contains mainly: red. Hex color #78730D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #78730D is #878CF2. Grayscale: #696969. Windows color (decimal): -8883443 or 881528. OLE color: 881528.

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

Color convert

RGB 120 115 13 -
CMYK 0 0.04 0.89 0.53
HSL 57.2º 0.8% 0.26% -
HSV(B) 57.2º 0.89% 0.47% -
XYZ 13.95 16.28 2.79 -
YUV 104.87 76.16 138.79 -
System Red Green Blue C M Y K H S L
Decimal 120 115 13 0 0.04 0.89 0.53 57.2 0.8 0.26
Hex 78 73 D 0 4 59 35 39 50 1A
Octal 170 163 15 0 4 131 65 71 120 32
Binary 1111000 1110011 1101 0 100 1011001 110101 111001 1010000 11010

Color Harmonies of #78730D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78730D

Black with #78730D

Text Example


Text Example

White with #78730D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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