Html Css Color HEX #618020 Olive Drab

📋 copy color: '#618020'

red 97 ◦ green 128 ◦ blue 32

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

Shades of Olive Drab #618020

Tints of Olive Drab #618020

RGB

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

 GREEN value IS 128 (50.39% from 255) = 49.81%

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

R = 37.74%
G = 49.81%
B = 12.45%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.75

 K value IS 0.50

RGB Variations

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

Color information

#618020 (or 0x618020) is known color: Olive Drab. HEX triplet: 61, 80 and 20. RGB value is (97,128,32). Sum of RGB (Red+Green+Blue) = 97+128+32=257 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.74% from 257); Green value is 128 (50.39% from 255 or 49.81% from 257); Blue value is 32 (12.89% from 255 or 12.45% from 257); Max value from RGB is 128 - color contains mainly: green. Hex color #618020 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #618020 is #9E7FDF. Grayscale: #6C6C6C. Windows color (decimal): -10387424 or 2130017. OLE color: 2130017.

HSL color Cylindrical-coordinate representation of color #618020: hue angle of 79.38º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #618020 is Cyan = 0.24, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.50.

Color convert

RGB 97 128 32 -
CMYK 0.24 0 0.75 0.50
HSL 79.38º 0.6% 0.31% -
HSV(B) 79.38º 0.75% 0.5% -
XYZ 12.91 18.08 4.18 -
YUV 107.79 85.23 120.31 -
System Red Green Blue C M Y K H S L
Decimal 97 128 32 0.24 0 0.75 0.50 79.38 0.6 0.31
Hex 61 80 20 18 0 4B 32 4F 3C 1F
Octal 141 200 40 30 0 113 62 117 74 37
Binary 1100001 10000000 100000 11000 0 1001011 110010 1001111 111100 11111

Color Harmonies of #618020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618020

Black with #618020

Text Example


Text Example

White with #618020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618020; }

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

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

background-color css

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

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

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

border-color css

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

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

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