Html Css Color HEX #60821D Olive Drab

📋 copy color: '#60821D'

red 96 ◦ green 130 ◦ blue 29

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

Shades of Olive Drab #60821D

Tints of Olive Drab #60821D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 50.98%

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

R = 37.65%
G = 50.98%
B = 11.37%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.78

 K value IS 0.49

RGB Variations

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

Color information

#60821D (or 0x60821D) is known color: Olive Drab. HEX triplet: 60, 82 and 1D. RGB value is (96,130,29). Sum of RGB (Red+Green+Blue) = 96+130+29=255 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.65% from 255); Green value is 130 (51.17% from 255 or 50.98% from 255); Blue value is 29 (11.72% from 255 or 11.37% from 255); Max value from RGB is 130 - color contains mainly: green. Hex color #60821D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60821D is #9F7DE2. Grayscale: #6C6C6C. Windows color (decimal): -10452451 or 1933920. OLE color: 1933920.

HSL color Cylindrical-coordinate representation of color #60821D: hue angle of 80.2º 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 #60821D is Cyan = 0.26, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB 96 130 29 -
CMYK 0.26 0 0.78 0.49
HSL 80.2º 0.64% 0.31% -
HSV(B) 80.2º 0.78% 0.51% -
XYZ 13.03 18.54 4.05 -
YUV 108.32 83.24 119.21 -
System Red Green Blue C M Y K H S L
Decimal 96 130 29 0.26 0 0.78 0.49 80.2 0.64 0.31
Hex 60 82 1D 1A 0 4E 31 50 40 1F
Octal 140 202 35 32 0 116 61 120 100 37
Binary 1100000 10000010 11101 11010 0 1001110 110001 1010000 1000000 11111

Color Harmonies of #60821D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60821D

Black with #60821D

Text Example


Text Example

White with #60821D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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