#9DC975

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

Shades of Olivine #9DC975

Tints of Olivine #9DC975

Color information

#9DC975 (or 0x9DC975) is unknown color: approx Olivine. HEX triplet: 9D, C9 and 75. RGB value is (157,201,117). Sum of RGB (Red+Green+Blue) = 157+201+117=475 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.05% from 475); Green value is 201 (78.91% from 255 or 42.32% from 475); Blue value is 117 (46.09% from 255 or 24.63% from 475); Max value from RGB is 201 - color contains mainly: green. Hex color #9DC975 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DC975 is #62368A. Grayscale: #B2B2B2. Windows color (decimal): -6436491 or 7719325. OLE color: 7719325.

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

Color convert

RGB157201117-
CMYK0.2200.420.21
HSL91.43º43.75%62.35%-
HSV(B)91.43º41.79%78.82%-
XYZ3850.2324.52-
YUV178.2793.42112.83-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.05%
GREEN value IS 201 (78.91% from 255) = 42.32%
BLUE value IS 117 (46.09% from 255) = 24.63%
R=33.05%
G=42.32%
B=24.63%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1572011170.2200.420.2191.4343.7562.35
Hex9DC9751602A155b2c3e
Octal23531116526052251335476
Binary10011101110010011110101101100101010101011011011101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DC975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,201,117); }

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

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

 a { background-color: rgb(157,201,117); }

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

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

 span { border-color: rgb(157,201,117); }

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