Html Css Color HEX #78740B Olive

📋 copy color: '#78740B'

red 120 ◦ green 116 ◦ blue 11

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

Shades of Olive #78740B

Tints of Olive #78740B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 46.96%

 BLUE value IS 11 (4.69% from 255) = 4.45%

R = 48.58%
G = 46.96%
B = 4.45%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.91

 K value IS 0.53

RGB Variations

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

Color information

#78740B (or 0x78740B) is known color: Olive. HEX triplet: 78, 74 and 0B. RGB value is (120,116,11). Sum of RGB (Red+Green+Blue) = 120+116+11=247 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.58% from 247); Green value is 116 (45.70% from 255 or 46.96% from 247); Blue value is 11 (4.69% from 255 or 4.45% from 247); Max value from RGB is 120 - color contains mainly: red. Hex color #78740B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #78740B is #878BF4. Grayscale: #696969. Windows color (decimal): -8883189 or 750712. OLE color: 750712.

HSL color Cylindrical-coordinate representation of color #78740B: hue angle of 57.8º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #78740B is Cyan = 0, Magento = 0.03, Yellow = 0.91 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 116 11 -
CMYK 0 0.03 0.91 0.53
HSL 57.8º 0.83% 0.26% -
HSV(B) 57.8º 0.91% 0.47% -
XYZ 14.05 16.51 2.76 -
YUV 105.23 74.83 138.54 -
System Red Green Blue C M Y K H S L
Decimal 120 116 11 0 0.03 0.91 0.53 57.8 0.83 0.26
Hex 78 74 B 0 3 5B 35 3A 53 1A
Octal 170 164 13 0 3 133 65 72 123 32
Binary 1111000 1110100 1011 0 11 1011011 110101 111010 1010011 11010

Color Harmonies of #78740B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78740B

Black with #78740B

Text Example


Text Example

White with #78740B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,116,11); }

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

background-color css

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

 a { background-color: rgb(120,116,11); }

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

border-color css

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

 span { border-color: rgb(120,116,11); }

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