Html Css Color HEX #61881A Olive Drab

📋 copy color: '#61881A'

red 97 ◦ green 136 ◦ blue 26

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

Shades of Olive Drab #61881A

Tints of Olive Drab #61881A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.04%

R = 37.45%
G = 52.51%
B = 10.04%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.81

 K value IS 0.47

RGB Variations

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

Color information

#61881A (or 0x61881A) is known color: Olive Drab. HEX triplet: 61, 88 and 1A. RGB value is (97,136,26). Sum of RGB (Red+Green+Blue) = 97+136+26=259 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.45% from 259); Green value is 136 (53.52% from 255 or 52.51% from 259); Blue value is 26 (10.55% from 255 or 10.04% from 259); Max value from RGB is 136 - color contains mainly: green. Hex color #61881A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61881A is #9E77E5. Grayscale: #707070. Windows color (decimal): -10385382 or 1738849. OLE color: 1738849.

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

Color convert

RGB 97 136 26 -
CMYK 0.29 0 0.81 0.47
HSL 81.27º 0.68% 0.32% -
HSV(B) 81.27º 0.81% 0.53% -
XYZ 13.92 20.22 4.15 -
YUV 111.8 79.58 117.44 -
System Red Green Blue C M Y K H S L
Decimal 97 136 26 0.29 0 0.81 0.47 81.27 0.68 0.32
Hex 61 88 1A 1D 0 51 2F 51 44 20
Octal 141 210 32 35 0 121 57 121 104 40
Binary 1100001 10001000 11010 11101 0 1010001 101111 1010001 1000100 100000

Color Harmonies of #61881A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61881A

Black with #61881A

Text Example


Text Example

White with #61881A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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