Html Css Color HEX #61881E Olive Drab

📋 copy color: '#61881E'

red 97 ◦ green 136 ◦ blue 30

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

Shades of Olive Drab #61881E

Tints of Olive Drab #61881E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 51.71%

 BLUE value IS 30 (12.11% from 255) = 11.41%

R = 36.88%
G = 51.71%
B = 11.41%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.78

 K value IS 0.47

RGB Variations

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

Color information

#61881E (or 0x61881E) is known color: Olive Drab. HEX triplet: 61, 88 and 1E. RGB value is (97,136,30). Sum of RGB (Red+Green+Blue) = 97+136+30=263 (34% of max value = 765). Red value is 97 (38.28% from 255 or 36.88% from 263); Green value is 136 (53.52% from 255 or 51.71% from 263); Blue value is 30 (12.11% from 255 or 11.41% from 263); Max value from RGB is 136 - color contains mainly: green. Hex color #61881E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61881E is #9E77E1. Grayscale: #707070. Windows color (decimal): -10385378 or 2000993. OLE color: 2000993.

HSL color Cylindrical-coordinate representation of color #61881E: hue angle of 82.08º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #61881E is Cyan = 0.29, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.47.

Color convert

RGB 97 136 30 -
CMYK 0.29 0 0.78 0.47
HSL 82.08º 0.64% 0.33% -
HSV(B) 82.08º 0.78% 0.53% -
XYZ 13.97 20.24 4.4 -
YUV 112.26 81.58 117.12 -
System Red Green Blue C M Y K H S L
Decimal 97 136 30 0.29 0 0.78 0.47 82.08 0.64 0.33
Hex 61 88 1E 1D 0 4E 2F 52 40 21
Octal 141 210 36 35 0 116 57 122 100 41
Binary 1100001 10001000 11110 11101 0 1001110 101111 1010010 1000000 100001

Color Harmonies of #61881E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61881E

Black with #61881E

Text Example


Text Example

White with #61881E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,136,30); }

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

background-color css

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

 a { background-color: rgb(97,136,30); }

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

border-color css

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

 span { border-color: rgb(97,136,30); }

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