#9BC772

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

Shades of Olivine #9BC772

Tints of Olivine #9BC772

Color information

#9BC772 (or 0x9BC772) is unknown color: approx Olivine. HEX triplet: 9B, C7 and 72. RGB value is (155,199,114). Sum of RGB (Red+Green+Blue) = 155+199+114=468 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.12% from 468); Green value is 199 (78.12% from 255 or 42.52% from 468); Blue value is 114 (44.92% from 255 or 24.36% from 468); Max value from RGB is 199 - color contains mainly: green. Hex color #9BC772 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC772 is #64388D. Grayscale: #B0B0B0. Windows color (decimal): -6568078 or 7522203. OLE color: 7522203.

HSL color Cylindrical-coordinate representation of color #9BC772: hue angle of 91.06º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9BC772 is Cyan = 0.22, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB155199114-
CMYK0.2200.430.22
HSL91.06º43.15%61.37%-
HSV(B)91.06º42.71%78.04%-
XYZ36.9849.0323.43-
YUV176.1592.92112.91-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.12%
GREEN value IS 199 (78.12% from 255) = 42.52%
BLUE value IS 114 (44.92% from 255) = 24.36%
R=33.12%
G=42.52%
B=24.36%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1551991140.2200.430.2291.0643.1561.37
Hex9BC7721602B165b2b3d
Octal23330716226053261335375
Binary10011011110001111110010101100101011101101011011101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,199,114); }

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

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

 a { background-color: rgb(155,199,114); }

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

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

 span { border-color: rgb(155,199,114); }

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