Html Css Color HEX #619219 Olive Drab

📋 copy color: '#619219'

red 97 ◦ green 146 ◦ blue 25

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

Shades of Olive Drab #619219

Tints of Olive Drab #619219

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.33%

R = 36.19%
G = 54.48%
B = 9.33%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.83

 K value IS 0.43

RGB Variations

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

Color information

#619219 (or 0x619219) is known color: Olive Drab. HEX triplet: 61, 92 and 19. RGB value is (97,146,25). Sum of RGB (Red+Green+Blue) = 97+146+25=268 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.19% from 268); Green value is 146 (57.42% from 255 or 54.48% from 268); Blue value is 25 (10.16% from 255 or 9.33% from 268); Max value from RGB is 146 - color contains mainly: green. Hex color #619219 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #619219 is #9E6DE6. Grayscale: #757575. Windows color (decimal): -10382823 or 1675873. OLE color: 1675873.

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

Color convert

RGB 97 146 25 -
CMYK 0.34 0 0.83 0.43
HSL 84.3º 0.71% 0.34% -
HSV(B) 84.3º 0.83% 0.57% -
XYZ 15.38 23.17 4.58 -
YUV 117.56 75.77 113.34 -
System Red Green Blue C M Y K H S L
Decimal 97 146 25 0.34 0 0.83 0.43 84.3 0.71 0.34
Hex 61 92 19 22 0 53 2B 54 47 22
Octal 141 222 31 42 0 123 53 124 107 42
Binary 1100001 10010010 11001 100010 0 1010011 101011 1010100 1000111 100010

Color Harmonies of #619219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619219

Black with #619219

Text Example


Text Example

White with #619219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #619219; }

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

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

background-color css

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

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

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

border-color css

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

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

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