#90BD6A

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

Shades of Olivine #90BD6A

Tints of Olivine #90BD6A

Color information

#90BD6A (or 0x90BD6A) is unknown color: approx Olivine. HEX triplet: 90, BD and 6A. RGB value is (144,189,106). Sum of RGB (Red+Green+Blue) = 144+189+106=439 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.80% from 439); Green value is 189 (74.22% from 255 or 43.05% from 439); Blue value is 106 (41.80% from 255 or 24.15% from 439); Max value from RGB is 189 - color contains mainly: green. Hex color #90BD6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90BD6A is #6F4295. Grayscale: #A6A6A6. Windows color (decimal): -7291542 or 6995344. OLE color: 6995344.

HSL color Cylindrical-coordinate representation of color #90BD6A: hue angle of 92.53º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #90BD6A is Cyan = 0.24, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.26.

Color convert

RGB144189106-
CMYK0.2400.440.26
HSL92.53º38.6%57.84%-
HSV(B)92.53º43.92%74.12%-
XYZ32.343.3720.3-
YUV166.0894.09112.25-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 32.80%
GREEN value IS 189 (74.22% from 255) = 43.05%
BLUE value IS 106 (41.80% from 255) = 24.15%
R=32.80%
G=43.05%
B=24.15%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1441891060.2400.440.2692.5338.657.84
Hex90BD6A1802C1A5d273a
Octal22027515230054321354772
Binary10010000101111011101010110000101100110101011101100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90BD6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,189,106); }

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

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

 a { background-color: rgb(144,189,106); }

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

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

 span { border-color: rgb(144,189,106); }

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