#9AC076

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

Shades of Olivine #9AC076

Tints of Olivine #9AC076

Color information

#9AC076 (or 0x9AC076) is unknown color: approx Olivine. HEX triplet: 9A, C0 and 76. RGB value is (154,192,118). Sum of RGB (Red+Green+Blue) = 154+192+118=464 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.19% from 464); Green value is 192 (75.39% from 255 or 41.38% from 464); Blue value is 118 (46.48% from 255 or 25.43% from 464); Max value from RGB is 192 - color contains mainly: green. Hex color #9AC076 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AC076 is #653F89. Grayscale: #ACACAC. Windows color (decimal): -6635402 or 7782554. OLE color: 7782554.

HSL color Cylindrical-coordinate representation of color #9AC076: hue angle of 90.81º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9AC076 is Cyan = 0.20, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB154192118-
CMYK0.2000.390.25
HSL90.81º37%60.78%-
HSV(B)90.81º38.54%75.29%-
XYZ35.4545.8824.13-
YUV172.297.41115.02-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.19%
GREEN value IS 192 (75.39% from 255) = 41.38%
BLUE value IS 118 (46.48% from 255) = 25.43%
R=33.19%
G=41.38%
B=25.43%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1541921180.2000.390.2590.813760.78
Hex9AC07614027195b253d
Octal23230016624047311334575
Binary10011010110000001110110101000100111110011011011100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,192,118); }

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

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

 a { background-color: rgb(154,192,118); }

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

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

 span { border-color: rgb(154,192,118); }

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