#937D00

Color #937D00 Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive #937D00

Tints of Olive #937D00

Color information

#937D00 (or 0x937D00) is unknown color: approx Olive. HEX triplet: 93, 7D and 00. RGB value is (147,125,0). Sum of RGB (Red+Green+Blue) = 147+125+0=272 (36% of max value = 765). Red value is 147 (57.81% from 255 or 54.04% from 272); Green value is 125 (49.22% from 255 or 45.96% from 272); Blue value is 0 (0.39% from 255 or 0% from 272); Max value from RGB is 147 - color contains mainly: red. Hex color #937D00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #937D00 is #6C82FF. Grayscale: #757575. Windows color (decimal): -7111424 or 32147. OLE color: 32147.

HSL color Cylindrical-coordinate representation of color #937D00: hue angle of 51.02º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #937D00 is Cyan = 0, Magento = 0.15, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB1471250-
CMYK00.1510.42
HSL51.02º100%28.82%-
HSV(B)51.02º100%57.65%-
XYZ19.3720.873.01-
YUV117.3361.79149.16-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 54.04%
GREEN value IS 125 (49.22% from 255) = 45.96%
BLUE value IS 0 (0.39% from 255) = 0%
R=54.04%
G=45.96%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 1
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147125000.1510.4251.0210028.82
Hex937D00F642A33641d
Octal2231750017144526314435
Binary1001001111111010011111100100101010110011110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #937D00; }

 p { color: rgb(147,125,0); }

 H1.HeaderClassName
 {
   color: #937D00;
 }
 .AnyTagClassName
 {
   color: #937D00;
 }
</style>
background-color css

<style>
 a { background-color: #937D00; }

 a { background-color: rgb(147,125,0); }

 div.DivClassName
 {
   background-color: #937D00;
 }
 .BgClassName
 {
   background-color: #937D00;
 }
</style>
border-color css

<style>
 span { border-color: #937D00; }

 span { border-color: rgb(147,125,0); }

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