Html Css Color HEX #60810D Olive Drab

📋 copy color: '#60810D'

red 96 ◦ green 129 ◦ blue 13

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

Shades of Olive Drab #60810D

Tints of Olive Drab #60810D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 54.2%

 BLUE value IS 13 (5.47% from 255) = 5.46%

R = 40.34%
G = 54.2%
B = 5.46%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.90

 K value IS 0.49

RGB Variations

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

Color information

#60810D (or 0x60810D) is known color: Olive Drab. HEX triplet: 60, 81 and 0D. RGB value is (96,129,13). Sum of RGB (Red+Green+Blue) = 96+129+13=238 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.34% from 238); Green value is 129 (50.78% from 255 or 54.20% from 238); Blue value is 13 (5.47% from 255 or 5.46% from 238); Max value from RGB is 129 - color contains mainly: green. Hex color #60810D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #60810D is #9F7EF2. Grayscale: #6A6A6A. Windows color (decimal): -10452723 or 885088. OLE color: 885088.

HSL color Cylindrical-coordinate representation of color #60810D: hue angle of 77.07º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #60810D is Cyan = 0.26, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.49.

Color convert

RGB 96 129 13 -
CMYK 0.26 0 0.90 0.49
HSL 77.07º 0.82% 0.28% -
HSV(B) 77.07º 0.9% 0.51% -
XYZ 12.75 18.22 3.23 -
YUV 105.91 75.57 120.93 -
System Red Green Blue C M Y K H S L
Decimal 96 129 13 0.26 0 0.90 0.49 77.07 0.82 0.28
Hex 60 81 D 1A 0 5A 31 4D 52 1C
Octal 140 201 15 32 0 132 61 115 122 34
Binary 1100000 10000001 1101 11010 0 1011010 110001 1001101 1010010 11100

Color Harmonies of #60810D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60810D

Black with #60810D

Text Example


Text Example

White with #60810D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,129,13); }

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

background-color css

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

 a { background-color: rgb(96,129,13); }

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

border-color css

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

 span { border-color: rgb(96,129,13); }

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