#958C02

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

Shades of Olive #958C02

Tints of Olive #958C02

Color information

#958C02 (or 0x958C02) is unknown color: approx Olive. HEX triplet: 95, 8C and 02. RGB value is (149,140,2). Sum of RGB (Red+Green+Blue) = 149+140+2=291 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.20% from 291); Green value is 140 (55.08% from 255 or 48.11% from 291); Blue value is 2 (1.17% from 255 or 0.69% from 291); Max value from RGB is 149 - color contains mainly: red. Hex color #958C02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #958C02 is #6A73FD. Grayscale: #7F7F7F. Windows color (decimal): -6976510 or 167061. OLE color: 167061.

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

Color convert

RGB1491402-
CMYK00.060.990.42
HSL56.33º97.35%29.61%-
HSV(B)56.33º98.66%58.43%-
XYZ21.7825.153.76-
YUV126.9657.48143.72-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 51.20%
GREEN value IS 140 (55.08% from 255) = 48.11%
BLUE value IS 2 (1.17% from 255) = 0.69%
R=51.20%
G=48.11%
B=0.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.99
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149140200.060.990.4256.3397.3529.61
Hex958C206632A38611e
Octal225214206143527014136
Binary10010101100011001001101100011101010111000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958C02; }

 p { color: rgb(149,140,2); }

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

<style>
 a { background-color: #958C02; }

 a { background-color: rgb(149,140,2); }

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

<style>
 span { border-color: #958C02; }

 span { border-color: rgb(149,140,2); }

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