#90B369

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

Shades of Olivine #90B369

Tints of Olivine #90B369

Color information

#90B369 (or 0x90B369) is unknown color: approx Olivine. HEX triplet: 90, B3 and 69. RGB value is (144,179,105). Sum of RGB (Red+Green+Blue) = 144+179+105=428 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.64% from 428); Green value is 179 (70.31% from 255 or 41.82% from 428); Blue value is 105 (41.41% from 255 or 24.53% from 428); Max value from RGB is 179 - color contains mainly: green. Hex color #90B369 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90B369 is #6F4C96. Grayscale: #A0A0A0. Windows color (decimal): -7294103 or 6927248. OLE color: 6927248.

HSL color Cylindrical-coordinate representation of color #90B369: hue angle of 88.38º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #90B369 is Cyan = 0.20, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.30.

Color convert

RGB144179105-
CMYK0.2000.410.30
HSL88.38º32.74%55.69%-
HSV(B)88.38º41.34%70.2%-
XYZ30.1739.1919.34-
YUV160.196.9116.52-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.64%
GREEN value IS 179 (70.31% from 255) = 41.82%
BLUE value IS 105 (41.41% from 255) = 24.53%
R=33.64%
G=41.82%
B=24.53%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1441791050.2000.410.3088.3832.7455.69
Hex90B369140291E582138
Octal22026315124051361304170
Binary10010000101100111101001101000101001111101011000100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90B369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,179,105); }

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

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

 a { background-color: rgb(144,179,105); }

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

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

 span { border-color: rgb(144,179,105); }

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