Html Css Color HEX #61802E Olive Drab

📋 copy color: '#61802E'

red 97 ◦ green 128 ◦ blue 46

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

Shades of Olive Drab #61802E

Tints of Olive Drab #61802E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 16.97%

R = 35.79%
G = 47.23%
B = 16.97%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.64

 K value IS 0.50

RGB Variations

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

Color information

#61802E (or 0x61802E) is known color: Olive Drab. HEX triplet: 61, 80 and 2E. RGB value is (97,128,46). Sum of RGB (Red+Green+Blue) = 97+128+46=271 (35% of max value = 765). Red value is 97 (38.28% from 255 or 35.79% from 271); Green value is 128 (50.39% from 255 or 47.23% from 271); Blue value is 46 (18.36% from 255 or 16.97% from 271); Max value from RGB is 128 - color contains mainly: green. Hex color #61802E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61802E is #9E7FD1. Grayscale: #6D6D6D. Windows color (decimal): -10387410 or 3047521. OLE color: 3047521.

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

Color convert

RGB 97 128 46 -
CMYK 0.24 0 0.64 0.50
HSL 82.68º 0.47% 0.34% -
HSV(B) 82.68º 0.64% 0.5% -
XYZ 13.14 18.18 5.4 -
YUV 109.38 92.23 119.17 -
System Red Green Blue C M Y K H S L
Decimal 97 128 46 0.24 0 0.64 0.50 82.68 0.47 0.34
Hex 61 80 2E 18 0 40 32 53 2F 22
Octal 141 200 56 30 0 100 62 123 57 42
Binary 1100001 10000000 101110 11000 0 1000000 110010 1010011 101111 100010

Color Harmonies of #61802E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61802E

Black with #61802E

Text Example


Text Example

White with #61802E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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