#9BC072

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

Shades of Olivine #9BC072

Tints of Olivine #9BC072

Color information

#9BC072 (or 0x9BC072) is unknown color: approx Olivine. HEX triplet: 9B, C0 and 72. RGB value is (155,192,114). Sum of RGB (Red+Green+Blue) = 155+192+114=461 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.62% from 461); Green value is 192 (75.39% from 255 or 41.65% from 461); Blue value is 114 (44.92% from 255 or 24.73% from 461); Max value from RGB is 192 - color contains mainly: green. Hex color #9BC072 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC072 is #643F8D. Grayscale: #ACACAC. Windows color (decimal): -6569870 or 7520411. OLE color: 7520411.

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

Color convert

RGB155192114-
CMYK0.1900.410.25
HSL88.46º38.24%60%-
HSV(B)88.46º40.62%75.29%-
XYZ35.445.8822.91-
YUV172.0495.24115.84-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.62%
GREEN value IS 192 (75.39% from 255) = 41.65%
BLUE value IS 114 (44.92% from 255) = 24.73%
R=33.62%
G=41.65%
B=24.73%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1551921140.1900.410.2588.4638.2460
Hex9BC072130291958263c
Octal23330016223051311304674
Binary10011011110000001110010100110101001110011011000100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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