#90B467

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

Shades of Olivine #90B467

Tints of Olivine #90B467

Color information

#90B467 (or 0x90B467) is unknown color: approx Olivine. HEX triplet: 90, B4 and 67. RGB value is (144,180,103). Sum of RGB (Red+Green+Blue) = 144+180+103=427 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.72% from 427); Green value is 180 (70.70% from 255 or 42.15% from 427); Blue value is 103 (40.62% from 255 or 24.12% from 427); Max value from RGB is 180 - color contains mainly: green. Hex color #90B467 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90B467 is #6F4B98. Grayscale: #A0A0A0. Windows color (decimal): -7293849 or 6796432. OLE color: 6796432.

HSL color Cylindrical-coordinate representation of color #90B467: hue angle of 88.05º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #90B467 is Cyan = 0.2, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.29.

Color convert

RGB144180103-
CMYK0.200.430.29
HSL88.05º33.92%55.49%-
HSV(B)88.05º42.78%70.59%-
XYZ30.2739.5518.87-
YUV160.4695.57116.26-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.72%
GREEN value IS 180 (70.70% from 255) = 42.15%
BLUE value IS 103 (40.62% from 255) = 24.12%
R=33.72%
G=42.15%
B=24.12%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1441801030.200.430.2988.0533.9255.49
Hex90B4671402B1D582237
Octal22026414724053351304267
Binary10010000101101001100111101000101011111011011000100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90B467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,180,103); }

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

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

 a { background-color: rgb(144,180,103); }

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

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

 span { border-color: rgb(144,180,103); }

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