Html Css Color HEX #61881F Olive Drab

📋 copy color: '#61881F'

red 97 ◦ green 136 ◦ blue 31

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

Shades of Olive Drab #61881F

Tints of Olive Drab #61881F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.74%

R = 36.74%
G = 51.52%
B = 11.74%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.77

 K value IS 0.47

RGB Variations

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

Color information

#61881F (or 0x61881F) is known color: Olive Drab. HEX triplet: 61, 88 and 1F. RGB value is (97,136,31). Sum of RGB (Red+Green+Blue) = 97+136+31=264 (34% of max value = 765). Red value is 97 (38.28% from 255 or 36.74% from 264); Green value is 136 (53.52% from 255 or 51.52% from 264); Blue value is 31 (12.5% from 255 or 11.74% from 264); Max value from RGB is 136 - color contains mainly: green. Hex color #61881F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61881F is #9E77E0. Grayscale: #707070. Windows color (decimal): -10385377 or 2066529. OLE color: 2066529.

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

Color convert

RGB 97 136 31 -
CMYK 0.29 0 0.77 0.47
HSL 82.29º 0.63% 0.33% -
HSV(B) 82.29º 0.77% 0.53% -
XYZ 13.98 20.25 4.47 -
YUV 112.37 82.08 117.04 -
System Red Green Blue C M Y K H S L
Decimal 97 136 31 0.29 0 0.77 0.47 82.29 0.63 0.33
Hex 61 88 1F 1D 0 4D 2F 52 3F 21
Octal 141 210 37 35 0 115 57 122 77 41
Binary 1100001 10001000 11111 11101 0 1001101 101111 1010010 111111 100001

Color Harmonies of #61881F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61881F

Black with #61881F

Text Example


Text Example

White with #61881F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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