Html Css Color HEX #618524 Olive Drab

📋 copy color: '#618524'

red 97 ◦ green 133 ◦ blue 36

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

Shades of Olive Drab #618524

Tints of Olive Drab #618524

RGB

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

 GREEN value IS 133 (52.34% from 255) = 50%

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

R = 36.47%
G = 50%
B = 13.53%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.73

 K value IS 0.48

RGB Variations

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

Color information

#618524 (or 0x618524) is known color: Olive Drab. HEX triplet: 61, 85 and 24. RGB value is (97,133,36). Sum of RGB (Red+Green+Blue) = 97+133+36=266 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.47% from 266); Green value is 133 (52.34% from 255 or 50% from 266); Blue value is 36 (14.45% from 255 or 13.53% from 266); Max value from RGB is 133 - color contains mainly: green. Hex color #618524 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #618524 is #9E7ADB. Grayscale: #6F6F6F. Windows color (decimal): -10386140 or 2393441. OLE color: 2393441.

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

Color convert

RGB 97 133 36 -
CMYK 0.27 0 0.73 0.48
HSL 82.27º 0.57% 0.33% -
HSV(B) 82.27º 0.73% 0.52% -
XYZ 13.64 19.44 4.7 -
YUV 111.18 85.57 117.89 -
System Red Green Blue C M Y K H S L
Decimal 97 133 36 0.27 0 0.73 0.48 82.27 0.57 0.33
Hex 61 85 24 1B 0 49 30 52 39 21
Octal 141 205 44 33 0 111 60 122 71 41
Binary 1100001 10000101 100100 11011 0 1001001 110000 1010010 111001 100001

Color Harmonies of #618524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618524

Black with #618524

Text Example


Text Example

White with #618524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618524; }

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

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

background-color css

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

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

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

border-color css

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

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

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