Html Css Color HEX #619202 Olive Drab

📋 copy color: '#619202'

red 97 ◦ green 146 ◦ blue 2

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

Shades of Olive Drab #619202

Tints of Olive Drab #619202

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.82%

R = 39.59%
G = 59.59%
B = 0.82%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.99

 K value IS 0.43

RGB Variations

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

Color information

#619202 (or 0x619202) is known color: Olive Drab. HEX triplet: 61, 92 and 02. RGB value is (97,146,2). Sum of RGB (Red+Green+Blue) = 97+146+2=245 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.59% from 245); Green value is 146 (57.42% from 255 or 59.59% from 245); Blue value is 2 (1.17% from 255 or 0.82% from 245); Max value from RGB is 146 - color contains mainly: green. Hex color #619202 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #619202 is #9E6DFD. Grayscale: #737373. Windows color (decimal): -10382846 or 168545. OLE color: 168545.

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

Color convert

RGB 97 146 2 -
CMYK 0.34 0 0.99 0.43
HSL 80.42º 0.97% 0.29% -
HSV(B) 80.42º 0.99% 0.57% -
XYZ 15.22 23.1 3.71 -
YUV 114.93 64.27 115.21 -
System Red Green Blue C M Y K H S L
Decimal 97 146 2 0.34 0 0.99 0.43 80.42 0.97 0.29
Hex 61 92 2 22 0 63 2B 50 61 1D
Octal 141 222 2 42 0 143 53 120 141 35
Binary 1100001 10010010 10 100010 0 1100011 101011 1010000 1100001 11101

Color Harmonies of #619202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619202

Black with #619202

Text Example


Text Example

White with #619202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #619202; }

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

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

background-color css

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

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

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

border-color css

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

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

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