#90BB6F

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

Shades of Olivine #90BB6F

Tints of Olivine #90BB6F

Color information

#90BB6F (or 0x90BB6F) is unknown color: approx Olivine. HEX triplet: 90, BB and 6F. RGB value is (144,187,111). Sum of RGB (Red+Green+Blue) = 144+187+111=442 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.58% from 442); Green value is 187 (73.44% from 255 or 42.31% from 442); Blue value is 111 (43.75% from 255 or 25.11% from 442); Max value from RGB is 187 - color contains mainly: green. Hex color #90BB6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90BB6F is #6F4490. Grayscale: #A5A5A5. Windows color (decimal): -7292049 or 7322512. OLE color: 7322512.

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

Color convert

RGB144187111-
CMYK0.2300.410.27
HSL93.95º35.85%58.43%-
HSV(B)93.95º40.64%73.33%-
XYZ32.1442.6221.57-
YUV165.4897.25112.68-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 32.58%
GREEN value IS 187 (73.44% from 255) = 42.31%
BLUE value IS 111 (43.75% from 255) = 25.11%
R=32.58%
G=42.31%
B=25.11%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1441871110.2300.410.2793.9535.8558.43
Hex90BB6F170291B5e243a
Octal22027315727051331364472
Binary10010000101110111101111101110101001110111011110100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90BB6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,187,111); }

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

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

 a { background-color: rgb(144,187,111); }

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

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

 span { border-color: rgb(144,187,111); }

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