Html Css Color HEX #78850C Olive

📋 copy color: '#78850C'

red 120 ◦ green 133 ◦ blue 12

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

Shades of Olive #78850C

Tints of Olive #78850C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.53%

R = 45.28%
G = 50.19%
B = 4.53%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.91

 K value IS 0.48

RGB Variations

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

Color information

#78850C (or 0x78850C) is known color: Olive. HEX triplet: 78, 85 and 0C. RGB value is (120,133,12). Sum of RGB (Red+Green+Blue) = 120+133+12=265 (35% of max value = 765). Red value is 120 (47.27% from 255 or 45.28% from 265); Green value is 133 (52.34% from 255 or 50.19% from 265); Blue value is 12 (5.08% from 255 or 4.53% from 265); Max value from RGB is 133 - color contains mainly: green. Hex color #78850C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #78850C is #877AF3. Grayscale: #737373. Windows color (decimal): -8878836 or 820600. OLE color: 820600.

HSL color Cylindrical-coordinate representation of color #78850C: hue angle of 66.45º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #78850C is Cyan = 0.10, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.48.

Color convert

RGB 120 133 12 -
CMYK 0.10 0 0.91 0.48
HSL 66.45º 0.83% 0.28% -
HSV(B) 66.45º 0.91% 0.52% -
XYZ 16.2 20.79 3.51 -
YUV 115.32 69.69 131.34 -
System Red Green Blue C M Y K H S L
Decimal 120 133 12 0.10 0 0.91 0.48 66.45 0.83 0.28
Hex 78 85 C A 0 5B 30 42 53 1C
Octal 170 205 14 12 0 133 60 102 123 34
Binary 1111000 10000101 1100 1010 0 1011011 110000 1000010 1010011 11100

Color Harmonies of #78850C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78850C

Black with #78850C

Text Example


Text Example

White with #78850C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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