Html Css Color HEX #618224 Olive Drab

📋 copy color: '#618224'

red 97 ◦ green 130 ◦ blue 36

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

Shades of Olive Drab #618224

Tints of Olive Drab #618224

RGB

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

 GREEN value IS 130 (51.17% from 255) = 49.43%

 BLUE value IS 36 (14.45% from 255) = 13.69%

R = 36.88%
G = 49.43%
B = 13.69%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.72

 K value IS 0.49

RGB Variations

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

Color information

#618224 (or 0x618224) is known color: Olive Drab. HEX triplet: 61, 82 and 24. RGB value is (97,130,36). Sum of RGB (Red+Green+Blue) = 97+130+36=263 (34% of max value = 765). Red value is 97 (38.28% from 255 or 36.88% from 263); Green value is 130 (51.17% from 255 or 49.43% from 263); Blue value is 36 (14.45% from 255 or 13.69% from 263); Max value from RGB is 130 - color contains mainly: green. Hex color #618224 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #618224 is #9E7DDB. Grayscale: #6D6D6D. Windows color (decimal): -10386908 or 2392673. OLE color: 2392673.

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

Color convert

RGB 97 130 36 -
CMYK 0.25 0 0.72 0.49
HSL 81.06º 0.57% 0.33% -
HSV(B) 81.06º 0.72% 0.51% -
XYZ 13.23 18.63 4.57 -
YUV 109.42 86.57 119.14 -
System Red Green Blue C M Y K H S L
Decimal 97 130 36 0.25 0 0.72 0.49 81.06 0.57 0.33
Hex 61 82 24 19 0 48 31 51 39 21
Octal 141 202 44 31 0 110 61 121 71 41
Binary 1100001 10000010 100100 11001 0 1001000 110001 1010001 111001 100001

Color Harmonies of #618224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618224

Black with #618224

Text Example


Text Example

White with #618224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618224; }

 p { color: rgb(97,130,36); }

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

background-color css

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

 a { background-color: rgb(97,130,36); }

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

border-color css

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

 span { border-color: rgb(97,130,36); }

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