#938A07

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

Shades of Olive #938A07

Tints of Olive #938A07

Color information

#938A07 (or 0x938A07) is unknown color: approx Olive. HEX triplet: 93, 8A and 07. RGB value is (147,138,7). Sum of RGB (Red+Green+Blue) = 147+138+7=292 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50.34% from 292); Green value is 138 (54.30% from 255 or 47.26% from 292); Blue value is 7 (3.12% from 255 or 2.40% from 292); Max value from RGB is 147 - color contains mainly: red. Hex color #938A07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #938A07 is #6C75F8. Grayscale: #7E7E7E. Windows color (decimal): -7108089 or 494227. OLE color: 494227.

HSL color Cylindrical-coordinate representation of color #938A07: hue angle of 56.14º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #938A07 is Cyan = 0, Magento = 0.06, Yellow = 0.95 and Black (K on CMYK) = 0.42.

Color convert

RGB1471387-
CMYK00.060.950.42
HSL56.14º90.91%30.2%-
HSV(B)56.14º95.24%57.65%-
XYZ21.1624.43.79-
YUV125.7660.98143.15-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 50.34%
GREEN value IS 138 (54.30% from 255) = 47.26%
BLUE value IS 7 (3.12% from 255) = 2.40%
R=50.34%
G=47.26%
B=2.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.95
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147138700.060.950.4256.1490.9130.2
Hex938A7065F2A385b1e
Octal223212706137527013336
Binary100100111000101011101101011111101010111000101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938A07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938A07; }

 p { color: rgb(147,138,7); }

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

<style>
 a { background-color: #938A07; }

 a { background-color: rgb(147,138,7); }

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

<style>
 span { border-color: #938A07; }

 span { border-color: rgb(147,138,7); }

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