Html Css Color HEX #61841C Olive Drab

📋 copy color: '#61841C'

red 97 ◦ green 132 ◦ blue 28

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

Shades of Olive Drab #61841C

Tints of Olive Drab #61841C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.89%

R = 37.74%
G = 51.36%
B = 10.89%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.79

 K value IS 0.48

RGB Variations

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

Color information

#61841C (or 0x61841C) is known color: Olive Drab. HEX triplet: 61, 84 and 1C. RGB value is (97,132,28). Sum of RGB (Red+Green+Blue) = 97+132+28=257 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.74% from 257); Green value is 132 (51.95% from 255 or 51.36% from 257); Blue value is 28 (11.33% from 255 or 10.89% from 257); Max value from RGB is 132 - color contains mainly: green. Hex color #61841C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61841C is #9E7BE3. Grayscale: #6E6E6E. Windows color (decimal): -10386404 or 1868897. OLE color: 1868897.

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

Color convert

RGB 97 132 28 -
CMYK 0.27 0 0.79 0.48
HSL 80.19º 0.65% 0.31% -
HSV(B) 80.19º 0.79% 0.52% -
XYZ 13.39 19.13 4.08 -
YUV 109.68 81.9 118.96 -
System Red Green Blue C M Y K H S L
Decimal 97 132 28 0.27 0 0.79 0.48 80.19 0.65 0.31
Hex 61 84 1C 1B 0 4F 30 50 41 1F
Octal 141 204 34 33 0 117 60 120 101 37
Binary 1100001 10000100 11100 11011 0 1001111 110000 1010000 1000001 11111

Color Harmonies of #61841C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61841C

Black with #61841C

Text Example


Text Example

White with #61841C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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