#9DC069

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

Shades of Olivine #9DC069

Tints of Olivine #9DC069

Color information

#9DC069 (or 0x9DC069) is unknown color: approx Olivine. HEX triplet: 9D, C0 and 69. RGB value is (157,192,105). Sum of RGB (Red+Green+Blue) = 157+192+105=454 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.58% from 454); Green value is 192 (75.39% from 255 or 42.29% from 454); Blue value is 105 (41.41% from 255 or 23.13% from 454); Max value from RGB is 192 - color contains mainly: green. Hex color #9DC069 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DC069 is #623F96. Grayscale: #ABABAB. Windows color (decimal): -6438807 or 6930589. OLE color: 6930589.

HSL color Cylindrical-coordinate representation of color #9DC069: hue angle of 84.14º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9DC069 is Cyan = 0.18, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB157192105-
CMYK0.1800.450.25
HSL84.14º40.85%58.24%-
HSV(B)84.14º45.31%75.29%-
XYZ35.345.8920.36-
YUV171.6290.4117.57-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 34.58%
GREEN value IS 192 (75.39% from 255) = 42.29%
BLUE value IS 105 (41.41% from 255) = 23.13%
R=34.58%
G=42.29%
B=23.13%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1571921050.1800.450.2584.1440.8558.24
Hex9DC0691202D1954293a
Octal23530015122055311245172
Binary10011101110000001101001100100101101110011010100101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DC069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,192,105); }

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

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

 a { background-color: rgb(157,192,105); }

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

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

 span { border-color: rgb(157,192,105); }

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