Html Css Color HEX #60841F Olive Drab

📋 copy color: '#60841F'

red 96 ◦ green 132 ◦ blue 31

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

Shades of Olive Drab #60841F

Tints of Olive Drab #60841F

RGB

 RED value IS 96 (37.89% from 255) = 37.07%

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

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

R = 37.07%
G = 50.97%
B = 11.97%

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

#60841F (or 0x60841F) is known color: Olive Drab. HEX triplet: 60, 84 and 1F. RGB value is (96,132,31). Sum of RGB (Red+Green+Blue) = 96+132+31=259 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.07% from 259); Green value is 132 (51.95% from 255 or 50.97% from 259); Blue value is 31 (12.5% from 255 or 11.97% from 259); Max value from RGB is 132 - color contains mainly: green. Hex color #60841F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60841F is #9F7BE0. Grayscale: #6E6E6E. Windows color (decimal): -10451937 or 2065504. OLE color: 2065504.

HSL color Cylindrical-coordinate representation of color #60841F: hue angle of 81.39º 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 #60841F is Cyan = 0.27, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB 96 132 31 -
CMYK 0.27 0 0.77 0.48
HSL 81.39º 0.62% 0.32% -
HSV(B) 81.39º 0.77% 0.52% -
XYZ 13.32 19.09 4.28 -
YUV 109.72 83.57 118.21 -
System Red Green Blue C M Y K H S L
Decimal 96 132 31 0.27 0 0.77 0.48 81.39 0.62 0.32
Hex 60 84 1F 1B 0 4D 30 51 3E 20
Octal 140 204 37 33 0 115 60 121 76 40
Binary 1100000 10000100 11111 11011 0 1001101 110000 1010001 111110 100000

Color Harmonies of #60841F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60841F

Black with #60841F

Text Example


Text Example

White with #60841F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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