Html Css Color HEX #619002 Olive Drab

📋 copy color: '#619002'

red 97 ◦ green 144 ◦ blue 2

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

Shades of Olive Drab #619002

Tints of Olive Drab #619002

RGB

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

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

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

R = 39.92%
G = 59.26%
B = 0.82%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.99

 K value IS 0.44

RGB Variations

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

Color information

#619002 (or 0x619002) is known color: Olive Drab. HEX triplet: 61, 90 and 02. RGB value is (97,144,2). Sum of RGB (Red+Green+Blue) = 97+144+2=243 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.92% from 243); Green value is 144 (56.64% from 255 or 59.26% from 243); Blue value is 2 (1.17% from 255 or 0.82% from 243); Max value from RGB is 144 - color contains mainly: green. Hex color #619002 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #619002 is #9E6FFD. Grayscale: #727272. Windows color (decimal): -10383358 or 168033. OLE color: 168033.

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

Color convert

RGB 97 144 2 -
CMYK 0.33 0 0.99 0.44
HSL 79.86º 0.97% 0.29% -
HSV(B) 79.86º 0.99% 0.56% -
XYZ 14.91 22.49 3.61 -
YUV 113.76 64.93 116.05 -
System Red Green Blue C M Y K H S L
Decimal 97 144 2 0.33 0 0.99 0.44 79.86 0.97 0.29
Hex 61 90 2 21 0 63 2C 50 61 1D
Octal 141 220 2 41 0 143 54 120 141 35
Binary 1100001 10010000 10 100001 0 1100011 101100 1010000 1100001 11101

Color Harmonies of #619002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619002

Black with #619002

Text Example


Text Example

White with #619002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #619002; }

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

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

background-color css

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

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

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

border-color css

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

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

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