Html Css Color HEX #61802C Olive Drab

📋 copy color: '#61802C'

red 97 ◦ green 128 ◦ blue 44

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

Shades of Olive Drab #61802C

Tints of Olive Drab #61802C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 16.36%

R = 36.06%
G = 47.58%
B = 16.36%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.66

 K value IS 0.50

RGB Variations

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

Color information

#61802C (or 0x61802C) is known color: Olive Drab. HEX triplet: 61, 80 and 2C. RGB value is (97,128,44). Sum of RGB (Red+Green+Blue) = 97+128+44=269 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.06% from 269); Green value is 128 (50.39% from 255 or 47.58% from 269); Blue value is 44 (17.58% from 255 or 16.36% from 269); Max value from RGB is 128 - color contains mainly: green. Hex color #61802C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61802C is #9E7FD3. Grayscale: #6D6D6D. Windows color (decimal): -10387412 or 2916449. OLE color: 2916449.

HSL color Cylindrical-coordinate representation of color #61802C: hue angle of 82.14º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #61802C is Cyan = 0.24, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.50.

Color convert

RGB 97 128 44 -
CMYK 0.24 0 0.66 0.50
HSL 82.14º 0.49% 0.34% -
HSV(B) 82.14º 0.66% 0.5% -
XYZ 13.1 18.16 5.2 -
YUV 109.16 91.23 119.33 -
System Red Green Blue C M Y K H S L
Decimal 97 128 44 0.24 0 0.66 0.50 82.14 0.49 0.34
Hex 61 80 2C 18 0 42 32 52 31 22
Octal 141 200 54 30 0 102 62 122 61 42
Binary 1100001 10000000 101100 11000 0 1000010 110010 1010010 110001 100010

Color Harmonies of #61802C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61802C

Black with #61802C

Text Example


Text Example

White with #61802C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61802C; }

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

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

background-color css

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

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

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

border-color css

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

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

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