Html Css Color HEX #61891B Olive Drab

📋 copy color: '#61891B'

red 97 ◦ green 137 ◦ blue 27

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

Shades of Olive Drab #61891B

Tints of Olive Drab #61891B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.34%

R = 37.16%
G = 52.49%
B = 10.34%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.80

 K value IS 0.46

RGB Variations

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

Color information

#61891B (or 0x61891B) is known color: Olive Drab. HEX triplet: 61, 89 and 1B. RGB value is (97,137,27). Sum of RGB (Red+Green+Blue) = 97+137+27=261 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.16% from 261); Green value is 137 (53.91% from 255 or 52.49% from 261); Blue value is 27 (10.94% from 255 or 10.34% from 261); Max value from RGB is 137 - color contains mainly: green. Hex color #61891B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61891B is #9E76E4. Grayscale: #707070. Windows color (decimal): -10385125 or 1804641. OLE color: 1804641.

HSL color Cylindrical-coordinate representation of color #61891B: hue angle of 81.82º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #61891B is Cyan = 0.29, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.46.

Color convert

RGB 97 137 27 -
CMYK 0.29 0 0.80 0.46
HSL 81.82º 0.67% 0.32% -
HSV(B) 81.82º 0.8% 0.54% -
XYZ 14.07 20.51 4.25 -
YUV 112.5 79.75 116.94 -
System Red Green Blue C M Y K H S L
Decimal 97 137 27 0.29 0 0.80 0.46 81.82 0.67 0.32
Hex 61 89 1B 1D 0 50 2E 52 43 20
Octal 141 211 33 35 0 120 56 122 103 40
Binary 1100001 10001001 11011 11101 0 1010000 101110 1010010 1000011 100000

Color Harmonies of #61891B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61891B

Black with #61891B

Text Example


Text Example

White with #61891B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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