#9DCE68

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

Shades of Olivine #9DCE68

Tints of Olivine #9DCE68

Color information

#9DCE68 (or 0x9DCE68) is unknown color: approx Olivine. HEX triplet: 9D, CE and 68. RGB value is (157,206,104). Sum of RGB (Red+Green+Blue) = 157+206+104=467 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.62% from 467); Green value is 206 (80.86% from 255 or 44.11% from 467); Blue value is 104 (41.02% from 255 or 22.27% from 467); Max value from RGB is 206 - color contains mainly: green. Hex color #9DCE68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DCE68 is #623197. Grayscale: #B4B4B4. Windows color (decimal): -6435224 or 6868637. OLE color: 6868637.

HSL color Cylindrical-coordinate representation of color #9DCE68: hue angle of 88.82º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9DCE68 is Cyan = 0.24, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.19.

Color convert

RGB157206104-
CMYK0.2400.500.19
HSL88.82º51%60.78%-
HSV(B)88.82º49.51%80.78%-
XYZ38.4752.3121.17-
YUV179.7285.27111.79-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.62%
GREEN value IS 206 (80.86% from 255) = 44.11%
BLUE value IS 104 (41.02% from 255) = 22.27%
R=33.62%
G=44.11%
B=22.27%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1572061040.2400.500.1988.825160.78
Hex9DCE68180321359333d
Octal23531615030062231316375
Binary10011101110011101101000110000110010100111011001110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCE68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9DCE68; }

 p { color: rgb(157,206,104); }

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

<style>
 a { background-color: #9DCE68; }

 a { background-color: rgb(157,206,104); }

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

<style>
 span { border-color: #9DCE68; }

 span { border-color: rgb(157,206,104); }

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