Html Css Color HEX #78850D Olive

📋 copy color: '#78850D'

red 120 ◦ green 133 ◦ blue 13

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

Shades of Olive #78850D

Tints of Olive #78850D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 50%

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

R = 45.11%
G = 50%
B = 4.89%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.90

 K value IS 0.48

RGB Variations

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

Color information

#78850D (or 0x78850D) is known color: Olive. HEX triplet: 78, 85 and 0D. RGB value is (120,133,13). Sum of RGB (Red+Green+Blue) = 120+133+13=266 (35% of max value = 765). Red value is 120 (47.27% from 255 or 45.11% from 266); Green value is 133 (52.34% from 255 or 50% from 266); Blue value is 13 (5.47% from 255 or 4.89% from 266); Max value from RGB is 133 - color contains mainly: green. Hex color #78850D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #78850D is #877AF2. Grayscale: #737373. Windows color (decimal): -8878835 or 886136. OLE color: 886136.

HSL color Cylindrical-coordinate representation of color #78850D: hue angle of 66.5º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #78850D is Cyan = 0.10, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.48.

Color convert

RGB 120 133 13 -
CMYK 0.10 0 0.90 0.48
HSL 66.5º 0.82% 0.29% -
HSV(B) 66.5º 0.9% 0.52% -
XYZ 16.21 20.8 3.54 -
YUV 115.43 70.19 131.26 -
System Red Green Blue C M Y K H S L
Decimal 120 133 13 0.10 0 0.90 0.48 66.5 0.82 0.29
Hex 78 85 D A 0 5A 30 42 52 1D
Octal 170 205 15 12 0 132 60 102 122 35
Binary 1111000 10000101 1101 1010 0 1011010 110000 1000010 1010010 11101

Color Harmonies of #78850D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78850D

Black with #78850D

Text Example


Text Example

White with #78850D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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