Html Css Color HEX #788210 Olive

📋 copy color: '#788210'

red 120 ◦ green 130 ◦ blue 16

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

Shades of Olive #788210

Tints of Olive #788210

RGB

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

 GREEN value IS 130 (51.17% from 255) = 48.87%

 BLUE value IS 16 (6.64% from 255) = 6.02%

R = 45.11%
G = 48.87%
B = 6.02%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#788210 (or 0x788210) is known color: Olive. HEX triplet: 78, 82 and 10. RGB value is (120,130,16). Sum of RGB (Red+Green+Blue) = 120+130+16=266 (35% of max value = 765). Red value is 120 (47.27% from 255 or 45.11% from 266); Green value is 130 (51.17% from 255 or 48.87% from 266); Blue value is 16 (6.64% from 255 or 6.02% from 266); Max value from RGB is 130 - color contains mainly: green. Hex color #788210 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #788210 is #877DEF. Grayscale: #727272. Windows color (decimal): -8879600 or 1081976. OLE color: 1081976.

HSL color Cylindrical-coordinate representation of color #788210: hue angle of 65.26º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #788210 is Cyan = 0.08, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.49.

Color convert

RGB 120 130 16 -
CMYK 0.08 0 0.88 0.49
HSL 65.26º 0.78% 0.29% -
HSV(B) 65.26º 0.88% 0.51% -
XYZ 15.82 20 3.52 -
YUV 114.01 72.69 132.27 -
System Red Green Blue C M Y K H S L
Decimal 120 130 16 0.08 0 0.88 0.49 65.26 0.78 0.29
Hex 78 82 10 8 0 58 31 41 4E 1D
Octal 170 202 20 10 0 130 61 101 116 35
Binary 1111000 10000010 10000 1000 0 1011000 110001 1000001 1001110 11101

Color Harmonies of #788210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788210

Black with #788210

Text Example


Text Example

White with #788210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788210; }

 p { color: rgb(120,130,16); }

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

background-color css

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

 a { background-color: rgb(120,130,16); }

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

border-color css

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

 span { border-color: rgb(120,130,16); }

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