Html Css Color HEX #61891D Olive Drab

📋 copy color: '#61891D'

red 97 ◦ green 137 ◦ blue 29

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

Shades of Olive Drab #61891D

Tints of Olive Drab #61891D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 52.09%

 BLUE value IS 29 (11.72% from 255) = 11.03%

R = 36.88%
G = 52.09%
B = 11.03%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.79

 K value IS 0.46

RGB Variations

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

Color information

#61891D (or 0x61891D) is known color: Olive Drab. HEX triplet: 61, 89 and 1D. RGB value is (97,137,29). Sum of RGB (Red+Green+Blue) = 97+137+29=263 (34% of max value = 765). Red value is 97 (38.28% from 255 or 36.88% from 263); Green value is 137 (53.91% from 255 or 52.09% from 263); Blue value is 29 (11.72% from 255 or 11.03% from 263); Max value from RGB is 137 - color contains mainly: green. Hex color #61891D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61891D is #9E76E2. Grayscale: #717171. Windows color (decimal): -10385123 or 1935713. OLE color: 1935713.

HSL color Cylindrical-coordinate representation of color #61891D: hue angle of 82.22º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #61891D is Cyan = 0.29, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.46.

Color convert

RGB 97 137 29 -
CMYK 0.29 0 0.79 0.46
HSL 82.22º 0.65% 0.33% -
HSV(B) 82.22º 0.79% 0.54% -
XYZ 14.1 20.52 4.38 -
YUV 112.73 80.75 116.78 -
System Red Green Blue C M Y K H S L
Decimal 97 137 29 0.29 0 0.79 0.46 82.22 0.65 0.33
Hex 61 89 1D 1D 0 4F 2E 52 41 21
Octal 141 211 35 35 0 117 56 122 101 41
Binary 1100001 10001001 11101 11101 0 1001111 101110 1010010 1000001 100001

Color Harmonies of #61891D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61891D

Black with #61891D

Text Example


Text Example

White with #61891D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61891D; }

 p { color: rgb(97,137,29); }

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

background-color css

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

 a { background-color: rgb(97,137,29); }

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

border-color css

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

 span { border-color: rgb(97,137,29); }

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