#93CC68

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

Shades of Olivine #93CC68

Tints of Olivine #93CC68

Color information

#93CC68 (or 0x93CC68) is unknown color: approx Olivine. HEX triplet: 93, CC and 68. RGB value is (147,204,104). Sum of RGB (Red+Green+Blue) = 147+204+104=455 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.31% from 455); Green value is 204 (80.08% from 255 or 44.84% from 455); Blue value is 104 (41.02% from 255 or 22.86% from 455); Max value from RGB is 204 - color contains mainly: green. Hex color #93CC68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93CC68 is #6C3397. Grayscale: #AFAFAF. Windows color (decimal): -7091096 or 6868115. OLE color: 6868115.

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

Color convert

RGB147204104-
CMYK0.2800.490.2
HSL94.2º49.5%60.39%-
HSV(B)94.2º49.02%80%-
XYZ36.1250.3920.92-
YUV175.5687.62107.63-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.31%
GREEN value IS 204 (80.08% from 255) = 44.84%
BLUE value IS 104 (41.02% from 255) = 22.86%
R=32.31%
G=44.84%
B=22.86%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1472041040.2800.490.294.249.560.39
Hex93CC681C031145e323c
Octal22331415034061241366274
Binary10010011110011001101000111000110001101001011110110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93CC68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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