#9BC575

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

Shades of Olivine #9BC575

Tints of Olivine #9BC575

Color information

#9BC575 (or 0x9BC575) is unknown color: approx Olivine. HEX triplet: 9B, C5 and 75. RGB value is (155,197,117). Sum of RGB (Red+Green+Blue) = 155+197+117=469 (62% of max value = 765). Red value is 155 (60.94% from 255 or 33.05% from 469); Green value is 197 (77.34% from 255 or 42.00% from 469); Blue value is 117 (46.09% from 255 or 24.95% from 469); Max value from RGB is 197 - color contains mainly: green. Hex color #9BC575 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC575 is #643A8A. Grayscale: #AFAFAF. Windows color (decimal): -6568587 or 7718299. OLE color: 7718299.

HSL color Cylindrical-coordinate representation of color #9BC575: hue angle of 91.5º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9BC575 is Cyan = 0.21, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.23.

Color convert

RGB155197117-
CMYK0.2100.410.23
HSL91.5º40.82%61.57%-
HSV(B)91.5º40.61%77.25%-
XYZ36.6948.1924.2-
YUV175.3295.09113.5-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.05%
GREEN value IS 197 (77.34% from 255) = 42.00%
BLUE value IS 117 (46.09% from 255) = 24.95%
R=33.05%
G=42.00%
B=24.95%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1551971170.2100.410.2391.540.8261.57
Hex9BC57515029175c293e
Octal23330516525051271345176
Binary10011011110001011110101101010101001101111011100101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,197,117); }

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

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

 a { background-color: rgb(155,197,117); }

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

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

 span { border-color: rgb(155,197,117); }

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