#90BA7A

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

Shades of Olivine #90BA7A

Tints of Olivine #90BA7A

Color information

#90BA7A (or 0x90BA7A) is unknown color: approx Olivine. HEX triplet: 90, BA and 7A. RGB value is (144,186,122). Sum of RGB (Red+Green+Blue) = 144+186+122=452 (59% of max value = 765). Red value is 144 (56.64% from 255 or 31.86% from 452); Green value is 186 (73.05% from 255 or 41.15% from 452); Blue value is 122 (48.05% from 255 or 26.99% from 452); Max value from RGB is 186 - color contains mainly: green. Hex color #90BA7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90BA7A is #6F4585. Grayscale: #A6A6A6. Windows color (decimal): -7292294 or 8043152. OLE color: 8043152.

HSL color Cylindrical-coordinate representation of color #90BA7A: hue angle of 99.37º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #90BA7A is Cyan = 0.23, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB144186122-
CMYK0.2300.340.27
HSL99.37º31.68%60.39%-
HSV(B)99.37º34.41%72.94%-
XYZ32.5742.4524.89-
YUV166.15103.09112.2-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.86%
GREEN value IS 186 (73.05% from 255) = 41.15%
BLUE value IS 122 (48.05% from 255) = 26.99%
R=31.86%
G=41.15%
B=26.99%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1441861220.2300.340.2799.3731.6860.39
Hex90BA7A170221B63203c
Octal22027217227042331434074
Binary10010000101110101111010101110100010110111100011100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90BA7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90BA7A; }

 p { color: rgb(144,186,122); }

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

<style>
 a { background-color: #90BA7A; }

 a { background-color: rgb(144,186,122); }

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

<style>
 span { border-color: #90BA7A; }

 span { border-color: rgb(144,186,122); }

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