#9AC675

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

Shades of Olivine #9AC675

Tints of Olivine #9AC675

Color information

#9AC675 (or 0x9AC675) is unknown color: approx Olivine. HEX triplet: 9A, C6 and 75. RGB value is (154,198,117). Sum of RGB (Red+Green+Blue) = 154+198+117=469 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.84% from 469); Green value is 198 (77.73% from 255 or 42.22% from 469); Blue value is 117 (46.09% from 255 or 24.95% from 469); Max value from RGB is 198 - color contains mainly: green. Hex color #9AC675 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AC675 is #65398A. Grayscale: #AFAFAF. Windows color (decimal): -6633867 or 7718554. OLE color: 7718554.

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

Color convert

RGB154198117-
CMYK0.2200.410.22
HSL92.59º41.54%61.76%-
HSV(B)92.59º40.91%77.65%-
XYZ36.7348.5424.26-
YUV175.6194.92112.59-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.84%
GREEN value IS 198 (77.73% from 255) = 42.22%
BLUE value IS 117 (46.09% from 255) = 24.95%
R=32.84%
G=42.22%
B=24.95%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1541981170.2200.410.2292.5941.5461.76
Hex9AC67516029165d2a3e
Octal23230616526051261355276
Binary10011010110001101110101101100101001101101011101101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,198,117); }

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

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

 a { background-color: rgb(154,198,117); }

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

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

 span { border-color: rgb(154,198,117); }

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