Html Css Color HEX #619218 Olive Drab

📋 copy color: '#619218'

red 97 ◦ green 146 ◦ blue 24

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

Shades of Olive Drab #619218

Tints of Olive Drab #619218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.99%

R = 36.33%
G = 54.68%
B = 8.99%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.84

 K value IS 0.43

RGB Variations

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

Color information

#619218 (or 0x619218) is known color: Olive Drab. HEX triplet: 61, 92 and 18. RGB value is (97,146,24). Sum of RGB (Red+Green+Blue) = 97+146+24=267 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.33% from 267); Green value is 146 (57.42% from 255 or 54.68% from 267); Blue value is 24 (9.77% from 255 or 8.99% from 267); Max value from RGB is 146 - color contains mainly: green. Hex color #619218 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #619218 is #9E6DE7. Grayscale: #757575. Windows color (decimal): -10382824 or 1610337. OLE color: 1610337.

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

Color convert

RGB 97 146 24 -
CMYK 0.34 0 0.84 0.43
HSL 84.1º 0.72% 0.33% -
HSV(B) 84.1º 0.84% 0.57% -
XYZ 15.37 23.17 4.53 -
YUV 117.44 75.27 113.42 -
System Red Green Blue C M Y K H S L
Decimal 97 146 24 0.34 0 0.84 0.43 84.1 0.72 0.33
Hex 61 92 18 22 0 54 2B 54 48 21
Octal 141 222 30 42 0 124 53 124 110 41
Binary 1100001 10010010 11000 100010 0 1010100 101011 1010100 1001000 100001

Color Harmonies of #619218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619218

Black with #619218

Text Example


Text Example

White with #619218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #619218; }

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

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

background-color css

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

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

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

border-color css

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

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

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