Html Css Color HEX #60850D Olive Drab

📋 copy color: '#60850D'

red 96 ◦ green 133 ◦ blue 13

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

Shades of Olive Drab #60850D

Tints of Olive Drab #60850D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 54.96%

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

R = 39.67%
G = 54.96%
B = 5.37%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.90

 K value IS 0.48

RGB Variations

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

Color information

#60850D (or 0x60850D) is known color: Olive Drab. HEX triplet: 60, 85 and 0D. RGB value is (96,133,13). Sum of RGB (Red+Green+Blue) = 96+133+13=242 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.67% from 242); Green value is 133 (52.34% from 255 or 54.96% from 242); Blue value is 13 (5.47% from 255 or 5.37% from 242); Max value from RGB is 133 - color contains mainly: green. Hex color #60850D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #60850D is #9F7AF2. Grayscale: #6C6C6C. Windows color (decimal): -10451699 or 886112. OLE color: 886112.

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

Color convert

RGB 96 133 13 -
CMYK 0.28 0 0.90 0.48
HSL 78.5º 0.82% 0.29% -
HSV(B) 78.5º 0.9% 0.52% -
XYZ 13.28 19.29 3.4 -
YUV 108.26 74.24 119.26 -
System Red Green Blue C M Y K H S L
Decimal 96 133 13 0.28 0 0.90 0.48 78.5 0.82 0.29
Hex 60 85 D 1C 0 5A 30 4E 52 1D
Octal 140 205 15 34 0 132 60 116 122 35
Binary 1100000 10000101 1101 11100 0 1011010 110000 1001110 1010010 11101

Color Harmonies of #60850D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60850D

Black with #60850D

Text Example


Text Example

White with #60850D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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