Html Css Color HEX #60831D Olive Drab

📋 copy color: '#60831D'

red 96 ◦ green 131 ◦ blue 29

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

Shades of Olive Drab #60831D

Tints of Olive Drab #60831D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 51.17%

 BLUE value IS 29 (11.72% from 255) = 11.33%

R = 37.5%
G = 51.17%
B = 11.33%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.78

 K value IS 0.49

RGB Variations

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

Color information

#60831D (or 0x60831D) is known color: Olive Drab. HEX triplet: 60, 83 and 1D. RGB value is (96,131,29). Sum of RGB (Red+Green+Blue) = 96+131+29=256 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.5% from 256); Green value is 131 (51.56% from 255 or 51.17% from 256); Blue value is 29 (11.72% from 255 or 11.33% from 256); Max value from RGB is 131 - color contains mainly: green. Hex color #60831D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60831D is #9F7CE2. Grayscale: #6D6D6D. Windows color (decimal): -10452195 or 1934176. OLE color: 1934176.

HSL color Cylindrical-coordinate representation of color #60831D: hue angle of 80.59º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #60831D is Cyan = 0.27, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB 96 131 29 -
CMYK 0.27 0 0.78 0.49
HSL 80.59º 0.64% 0.31% -
HSV(B) 80.59º 0.78% 0.51% -
XYZ 13.16 18.81 4.1 -
YUV 108.91 82.9 118.79 -
System Red Green Blue C M Y K H S L
Decimal 96 131 29 0.27 0 0.78 0.49 80.59 0.64 0.31
Hex 60 83 1D 1B 0 4E 31 51 40 1F
Octal 140 203 35 33 0 116 61 121 100 37
Binary 1100000 10000011 11101 11011 0 1001110 110001 1010001 1000000 11111

Color Harmonies of #60831D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60831D

Black with #60831D

Text Example


Text Example

White with #60831D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60831D; }

 p { color: rgb(96,131,29); }

 H1.HeaderClassName
 {
   color: #60831D;
 }
 .AnyTagClassName
 {
   color: #60831D;
 }
</style>

background-color css

<style>
 a { background-color: #60831D; }

 a { background-color: rgb(96,131,29); }

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

border-color css

<style>
 span { border-color: #60831D; }

 span { border-color: rgb(96,131,29); }

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