Html Css Color HEX #60930D Olive Drab

📋 copy color: '#60930D'

red 96 ◦ green 147 ◦ blue 13

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

Shades of Olive Drab #60930D

Tints of Olive Drab #60930D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 57.42%

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

R = 37.5%
G = 57.42%
B = 5.08%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#60930D (or 0x60930D) is known color: Olive Drab. HEX triplet: 60, 93 and 0D. RGB value is (96,147,13). Sum of RGB (Red+Green+Blue) = 96+147+13=256 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.5% from 256); Green value is 147 (57.81% from 255 or 57.42% from 256); Blue value is 13 (5.47% from 255 or 5.08% from 256); Max value from RGB is 147 - color contains mainly: green. Hex color #60930D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #60930D is #9F6CF2. Grayscale: #747474. Windows color (decimal): -10448115 or 889696. OLE color: 889696.

HSL color Cylindrical-coordinate representation of color #60930D: hue angle of 82.84º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #60930D is Cyan = 0.35, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB 96 147 13 -
CMYK 0.35 0 0.91 0.42
HSL 82.84º 0.84% 0.31% -
HSV(B) 82.84º 0.91% 0.58% -
XYZ 15.33 23.38 4.09 -
YUV 116.48 69.6 113.4 -
System Red Green Blue C M Y K H S L
Decimal 96 147 13 0.35 0 0.91 0.42 82.84 0.84 0.31
Hex 60 93 D 23 0 5B 2A 53 54 1F
Octal 140 223 15 43 0 133 52 123 124 37
Binary 1100000 10010011 1101 100011 0 1011011 101010 1010011 1010100 11111

Color Harmonies of #60930D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60930D

Black with #60930D

Text Example


Text Example

White with #60930D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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