Html Css Color HEX #619210 Olive Drab

📋 copy color: '#619210'

red 97 ◦ green 146 ◦ blue 16

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

Shades of Olive Drab #619210

Tints of Olive Drab #619210

RGB

 RED value IS 97 (38.28% from 255) = 37.45%

 GREEN value IS 146 (57.42% from 255) = 56.37%

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

R = 37.45%
G = 56.37%
B = 6.18%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.89

 K value IS 0.43

RGB Variations

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

Color information

#619210 (or 0x619210) is known color: Olive Drab. HEX triplet: 61, 92 and 10. RGB value is (97,146,16). Sum of RGB (Red+Green+Blue) = 97+146+16=259 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.45% from 259); Green value is 146 (57.42% from 255 or 56.37% from 259); Blue value is 16 (6.64% from 255 or 6.18% from 259); Max value from RGB is 146 - color contains mainly: green. Hex color #619210 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #619210 is #9E6DEF. Grayscale: #757575. Windows color (decimal): -10382832 or 1086049. OLE color: 1086049.

HSL color Cylindrical-coordinate representation of color #619210: hue angle of 82.62º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #619210 is Cyan = 0.34, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.43.

Color convert

RGB 97 146 16 -
CMYK 0.34 0 0.89 0.43
HSL 82.62º 0.8% 0.32% -
HSV(B) 82.62º 0.89% 0.57% -
XYZ 15.3 23.14 4.15 -
YUV 116.53 71.27 114.07 -
System Red Green Blue C M Y K H S L
Decimal 97 146 16 0.34 0 0.89 0.43 82.62 0.8 0.32
Hex 61 92 10 22 0 59 2B 53 50 20
Octal 141 222 20 42 0 131 53 123 120 40
Binary 1100001 10010010 10000 100010 0 1011001 101011 1010011 1010000 100000

Color Harmonies of #619210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619210

Black with #619210

Text Example


Text Example

White with #619210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #619210; }

 p { color: rgb(97,146,16); }

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

background-color css

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

 a { background-color: rgb(97,146,16); }

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

border-color css

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

 span { border-color: rgb(97,146,16); }

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