Html Css Color HEX #618420 Olive Drab

📋 copy color: '#618420'

red 97 ◦ green 132 ◦ blue 32

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

Shades of Olive Drab #618420

Tints of Olive Drab #618420

RGB

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

 GREEN value IS 132 (51.95% from 255) = 50.57%

 BLUE value IS 32 (12.89% from 255) = 12.26%

R = 37.16%
G = 50.57%
B = 12.26%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.76

 K value IS 0.48

RGB Variations

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

Color information

#618420 (or 0x618420) is known color: Olive Drab. HEX triplet: 61, 84 and 20. RGB value is (97,132,32). Sum of RGB (Red+Green+Blue) = 97+132+32=261 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.16% from 261); Green value is 132 (51.95% from 255 or 50.57% from 261); Blue value is 32 (12.89% from 255 or 12.26% from 261); Max value from RGB is 132 - color contains mainly: green. Hex color #618420 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #618420 is #9E7BDF. Grayscale: #6E6E6E. Windows color (decimal): -10386400 or 2131041. OLE color: 2131041.

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

Color convert

RGB 97 132 32 -
CMYK 0.27 0 0.76 0.48
HSL 81º 0.61% 0.32% -
HSV(B) 81º 0.76% 0.52% -
XYZ 13.44 19.15 4.35 -
YUV 110.14 83.9 118.63 -
System Red Green Blue C M Y K H S L
Decimal 97 132 32 0.27 0 0.76 0.48 81 0.61 0.32
Hex 61 84 20 1B 0 4C 30 51 3D 20
Octal 141 204 40 33 0 114 60 121 75 40
Binary 1100001 10000100 100000 11011 0 1001100 110000 1010001 111101 100000

Color Harmonies of #618420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618420

Black with #618420

Text Example


Text Example

White with #618420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618420; }

 p { color: rgb(97,132,32); }

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

background-color css

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

 a { background-color: rgb(97,132,32); }

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

border-color css

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

 span { border-color: rgb(97,132,32); }

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