Html Css Color HEX #618324 Olive Drab

📋 copy color: '#618324'

red 97 ◦ green 131 ◦ blue 36

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

Shades of Olive Drab #618324

Tints of Olive Drab #618324

RGB

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

 GREEN value IS 131 (51.56% from 255) = 49.62%

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

R = 36.74%
G = 49.62%
B = 13.64%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.73

 K value IS 0.49

RGB Variations

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

Color information

#618324 (or 0x618324) is known color: Olive Drab. HEX triplet: 61, 83 and 24. RGB value is (97,131,36). Sum of RGB (Red+Green+Blue) = 97+131+36=264 (34% of max value = 765). Red value is 97 (38.28% from 255 or 36.74% from 264); Green value is 131 (51.56% from 255 or 49.62% from 264); Blue value is 36 (14.45% from 255 or 13.64% from 264); Max value from RGB is 131 - color contains mainly: green. Hex color #618324 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #618324 is #9E7CDB. Grayscale: #6E6E6E. Windows color (decimal): -10386652 or 2392929. OLE color: 2392929.

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

Color convert

RGB 97 131 36 -
CMYK 0.26 0 0.73 0.49
HSL 81.47º 0.57% 0.33% -
HSV(B) 81.47º 0.73% 0.51% -
XYZ 13.36 18.9 4.61 -
YUV 110 86.24 118.72 -
System Red Green Blue C M Y K H S L
Decimal 97 131 36 0.26 0 0.73 0.49 81.47 0.57 0.33
Hex 61 83 24 1A 0 49 31 51 39 21
Octal 141 203 44 32 0 111 61 121 71 41
Binary 1100001 10000011 100100 11010 0 1001001 110001 1010001 111001 100001

Color Harmonies of #618324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618324

Black with #618324

Text Example


Text Example

White with #618324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618324; }

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

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

background-color css

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

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

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

border-color css

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

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

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