#948A08

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

Shades of Olive #948A08

Tints of Olive #948A08

Color information

#948A08 (or 0x948A08) is unknown color: approx Olive. HEX triplet: 94, 8A and 08. RGB value is (148,138,8). Sum of RGB (Red+Green+Blue) = 148+138+8=294 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.34% from 294); Green value is 138 (54.30% from 255 or 46.94% from 294); Blue value is 8 (3.52% from 255 or 2.72% from 294); Max value from RGB is 148 - color contains mainly: red. Hex color #948A08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #948A08 is #6B75F7. Grayscale: #7E7E7E. Windows color (decimal): -7042552 or 559764. OLE color: 559764.

HSL color Cylindrical-coordinate representation of color #948A08: hue angle of 55.71º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #948A08 is Cyan = 0, Magento = 0.07, Yellow = 0.95 and Black (K on CMYK) = 0.42.

Color convert

RGB1481388-
CMYK00.070.950.42
HSL55.71º89.74%30.59%-
HSV(B)55.71º94.59%58.04%-
XYZ21.3524.493.83-
YUV126.1761.31143.57-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 50.34%
GREEN value IS 138 (54.30% from 255) = 46.94%
BLUE value IS 8 (3.52% from 255) = 2.72%
R=50.34%
G=46.94%
B=2.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.95
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148138800.070.950.4255.7189.7430.59
Hex948A8075F2A385a1f
Octal2242121007137527013237
Binary1001010010001010100001111011111101010111000101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948A08; }

 p { color: rgb(148,138,8); }

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

<style>
 a { background-color: #948A08; }

 a { background-color: rgb(148,138,8); }

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

<style>
 span { border-color: #948A08; }

 span { border-color: rgb(148,138,8); }

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