#9DCA68

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

Shades of Olivine #9DCA68

Tints of Olivine #9DCA68

Color information

#9DCA68 (or 0x9DCA68) is unknown color: approx Olivine. HEX triplet: 9D, CA and 68. RGB value is (157,202,104). Sum of RGB (Red+Green+Blue) = 157+202+104=463 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.91% from 463); Green value is 202 (79.30% from 255 or 43.63% from 463); Blue value is 104 (41.02% from 255 or 22.46% from 463); Max value from RGB is 202 - color contains mainly: green. Hex color #9DCA68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DCA68 is #623597. Grayscale: #B1B1B1. Windows color (decimal): -6436248 or 6867613. OLE color: 6867613.

HSL color Cylindrical-coordinate representation of color #9DCA68: hue angle of 87.55º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9DCA68 is Cyan = 0.22, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.21.

Color convert

RGB157202104-
CMYK0.2200.490.21
HSL87.55º48.04%60%-
HSV(B)87.55º48.51%79.22%-
XYZ37.5250.4120.85-
YUV177.3786.59113.47-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.91%
GREEN value IS 202 (79.30% from 255) = 43.63%
BLUE value IS 104 (41.02% from 255) = 22.46%
R=33.91%
G=43.63%
B=22.46%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1572021040.2200.490.2187.5548.0460
Hex9DCA68160311558303c
Octal23531215026061251306074
Binary10011101110010101101000101100110001101011011000110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCA68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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