Html Css Color HEX #789010 Olive Drab

📋 copy color: '#789010'

red 120 ◦ green 144 ◦ blue 16

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

Shades of Olive Drab #789010

Tints of Olive Drab #789010

RGB

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

 GREEN value IS 144 (56.64% from 255) = 51.43%

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

R = 42.86%
G = 51.43%
B = 5.71%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.89

 K value IS 0.44

RGB Variations

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

Color information

#789010 (or 0x789010) is known color: Olive Drab. HEX triplet: 78, 90 and 10. RGB value is (120,144,16). Sum of RGB (Red+Green+Blue) = 120+144+16=280 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.86% from 280); Green value is 144 (56.64% from 255 or 51.43% from 280); Blue value is 16 (6.64% from 255 or 5.71% from 280); Max value from RGB is 144 - color contains mainly: green. Hex color #789010 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #789010 is #876FEF. Grayscale: #7A7A7A. Windows color (decimal): -8876016 or 1085560. OLE color: 1085560.

HSL color Cylindrical-coordinate representation of color #789010: hue angle of 71.25º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #789010 is Cyan = 0.17, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.44.

Color convert

RGB 120 144 16 -
CMYK 0.17 0 0.89 0.44
HSL 71.25º 0.8% 0.31% -
HSV(B) 71.25º 0.89% 0.56% -
XYZ 17.81 23.98 4.18 -
YUV 122.23 68.05 126.41 -
System Red Green Blue C M Y K H S L
Decimal 120 144 16 0.17 0 0.89 0.44 71.25 0.8 0.31
Hex 78 90 10 11 0 59 2C 47 50 1F
Octal 170 220 20 21 0 131 54 107 120 37
Binary 1111000 10010000 10000 10001 0 1011001 101100 1000111 1010000 11111

Color Harmonies of #789010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789010

Black with #789010

Text Example


Text Example

White with #789010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #789010; }

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

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

background-color css

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

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

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

border-color css

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

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

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