Html Css Color HEX #619211 Olive Drab

📋 copy color: '#619211'

red 97 ◦ green 146 ◦ blue 17

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

Shades of Olive Drab #619211

Tints of Olive Drab #619211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.54%

R = 37.31%
G = 56.15%
B = 6.54%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.88

 K value IS 0.43

RGB Variations

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

Color information

#619211 (or 0x619211) is known color: Olive Drab. HEX triplet: 61, 92 and 11. RGB value is (97,146,17). Sum of RGB (Red+Green+Blue) = 97+146+17=260 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.31% from 260); Green value is 146 (57.42% from 255 or 56.15% from 260); Blue value is 17 (7.03% from 255 or 6.54% from 260); Max value from RGB is 146 - color contains mainly: green. Hex color #619211 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #619211 is #9E6DEE. Grayscale: #757575. Windows color (decimal): -10382831 or 1151585. OLE color: 1151585.

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

Color convert

RGB 97 146 17 -
CMYK 0.34 0 0.88 0.43
HSL 82.79º 0.79% 0.32% -
HSV(B) 82.79º 0.88% 0.57% -
XYZ 15.31 23.14 4.19 -
YUV 116.64 71.77 113.99 -
System Red Green Blue C M Y K H S L
Decimal 97 146 17 0.34 0 0.88 0.43 82.79 0.79 0.32
Hex 61 92 11 22 0 58 2B 53 4F 20
Octal 141 222 21 42 0 130 53 123 117 40
Binary 1100001 10010010 10001 100010 0 1011000 101011 1010011 1001111 100000

Color Harmonies of #619211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619211

Black with #619211

Text Example


Text Example

White with #619211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #619211; }

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

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

background-color css

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

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

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

border-color css

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

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

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