#93CC6B

Color #93CC6B Olivine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivine #93CC6B

Tints of Olivine #93CC6B

Color information

#93CC6B (or 0x93CC6B) is unknown color: approx Olivine. HEX triplet: 93, CC and 6B. RGB value is (147,204,107). Sum of RGB (Red+Green+Blue) = 147+204+107=458 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.10% from 458); Green value is 204 (80.08% from 255 or 44.54% from 458); Blue value is 107 (42.19% from 255 or 23.36% from 458); Max value from RGB is 204 - color contains mainly: green. Hex color #93CC6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93CC6B is #6C3394. Grayscale: #B0B0B0. Windows color (decimal): -7091093 or 7064723. OLE color: 7064723.

HSL color Cylindrical-coordinate representation of color #93CC6B: hue angle of 95.26º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #93CC6B is Cyan = 0.28, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.2.

Color convert

RGB147204107-
CMYK0.2800.480.2
HSL95.26º48.74%60.98%-
HSV(B)95.26º47.55%80%-
XYZ36.2850.4521.74-
YUV175.989.12107.39-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.10%
GREEN value IS 204 (80.08% from 255) = 44.54%
BLUE value IS 107 (42.19% from 255) = 23.36%
R=32.10%
G=44.54%
B=23.36%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1472041070.2800.480.295.2648.7460.98
Hex93CC6B1C030145f313d
Octal22331415334060241376175
Binary10010011110011001101011111000110000101001011111110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93CC6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93CC6B; }

 p { color: rgb(147,204,107); }

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

<style>
 a { background-color: #93CC6B; }

 a { background-color: rgb(147,204,107); }

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

<style>
 span { border-color: #93CC6B; }

 span { border-color: rgb(147,204,107); }

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