#9AC074

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

Shades of Olivine #9AC074

Tints of Olivine #9AC074

Color information

#9AC074 (or 0x9AC074) is unknown color: approx Olivine. HEX triplet: 9A, C0 and 74. RGB value is (154,192,116). Sum of RGB (Red+Green+Blue) = 154+192+116=462 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.33% from 462); Green value is 192 (75.39% from 255 or 41.56% from 462); Blue value is 116 (45.70% from 255 or 25.11% from 462); Max value from RGB is 192 - color contains mainly: green. Hex color #9AC074 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AC074 is #653F8B. Grayscale: #ACACAC. Windows color (decimal): -6635404 or 7651482. OLE color: 7651482.

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

Color convert

RGB154192116-
CMYK0.2000.400.25
HSL90º37.62%60.39%-
HSV(B)90º39.58%75.29%-
XYZ35.3345.8323.51-
YUV171.9796.41115.18-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.33%
GREEN value IS 192 (75.39% from 255) = 41.56%
BLUE value IS 116 (45.70% from 255) = 25.11%
R=33.33%
G=41.56%
B=25.11%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1541921160.2000.400.259037.6260.39
Hex9AC07414028195a263c
Octal23230016424050311324674
Binary10011010110000001110100101000101000110011011010100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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