Html Css Color HEX #61841F Olive Drab

📋 copy color: '#61841F'

red 97 ◦ green 132 ◦ blue 31

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

Shades of Olive Drab #61841F

Tints of Olive Drab #61841F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 50.77%

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

R = 37.31%
G = 50.77%
B = 11.92%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#61841F (or 0x61841F) is known color: Olive Drab. HEX triplet: 61, 84 and 1F. RGB value is (97,132,31). Sum of RGB (Red+Green+Blue) = 97+132+31=260 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.31% from 260); Green value is 132 (51.95% from 255 or 50.77% from 260); Blue value is 31 (12.5% from 255 or 11.92% from 260); Max value from RGB is 132 - color contains mainly: green. Hex color #61841F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61841F is #9E7BE0. Grayscale: #6E6E6E. Windows color (decimal): -10386401 or 2065505. OLE color: 2065505.

HSL color Cylindrical-coordinate representation of color #61841F: hue angle of 80.79º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #61841F is Cyan = 0.27, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB 97 132 31 -
CMYK 0.27 0 0.77 0.48
HSL 80.79º 0.62% 0.32% -
HSV(B) 80.79º 0.77% 0.52% -
XYZ 13.43 19.14 4.28 -
YUV 110.02 83.4 118.71 -
System Red Green Blue C M Y K H S L
Decimal 97 132 31 0.27 0 0.77 0.48 80.79 0.62 0.32
Hex 61 84 1F 1B 0 4D 30 51 3E 20
Octal 141 204 37 33 0 115 60 121 76 40
Binary 1100001 10000100 11111 11011 0 1001101 110000 1010001 111110 100000

Color Harmonies of #61841F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61841F

Black with #61841F

Text Example


Text Example

White with #61841F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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