#9ACB74

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

Shades of Olivine #9ACB74

Tints of Olivine #9ACB74

Color information

#9ACB74 (or 0x9ACB74) is unknown color: approx Olivine. HEX triplet: 9A, CB and 74. RGB value is (154,203,116). Sum of RGB (Red+Green+Blue) = 154+203+116=473 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.56% from 473); Green value is 203 (79.69% from 255 or 42.92% from 473); Blue value is 116 (45.70% from 255 or 24.52% from 473); Max value from RGB is 203 - color contains mainly: green. Hex color #9ACB74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ACB74 is #65348B. Grayscale: #B2B2B2. Windows color (decimal): -6632588 or 7654298. OLE color: 7654298.

HSL color Cylindrical-coordinate representation of color #9ACB74: hue angle of 93.79º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9ACB74 is Cyan = 0.24, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.20.

Color convert

RGB154203116-
CMYK0.2400.430.20
HSL93.79º45.55%62.55%-
HSV(B)93.79º42.86%79.61%-
XYZ37.8350.8424.34-
YUV178.4392.77110.57-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.56%
GREEN value IS 203 (79.69% from 255) = 42.92%
BLUE value IS 116 (45.70% from 255) = 24.52%
R=32.56%
G=42.92%
B=24.52%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1542031160.2400.430.2093.7945.5562.55
Hex9ACB741802B145e2e3f
Octal23231316430053241365677
Binary10011010110010111110100110000101011101001011110101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACB74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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