#90BF6A

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

Shades of Olivine #90BF6A

Tints of Olivine #90BF6A

Color information

#90BF6A (or 0x90BF6A) is unknown color: approx Olivine. HEX triplet: 90, BF and 6A. RGB value is (144,191,106). Sum of RGB (Red+Green+Blue) = 144+191+106=441 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.65% from 441); Green value is 191 (75% from 255 or 43.31% from 441); Blue value is 106 (41.80% from 255 or 24.04% from 441); Max value from RGB is 191 - color contains mainly: green. Hex color #90BF6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90BF6A is #6F4095. Grayscale: #A7A7A7. Windows color (decimal): -7291030 or 6995856. OLE color: 6995856.

HSL color Cylindrical-coordinate representation of color #90BF6A: hue angle of 93.18º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #90BF6A is Cyan = 0.25, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB144191106-
CMYK0.2500.450.25
HSL93.18º39.91%58.24%-
HSV(B)93.18º44.5%74.9%-
XYZ32.7344.2320.45-
YUV167.2693.43111.41-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 32.65%
GREEN value IS 191 (75% from 255) = 43.31%
BLUE value IS 106 (41.80% from 255) = 24.04%
R=32.65%
G=43.31%
B=24.04%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1441911060.2500.450.2593.1839.9158.24
Hex90BF6A1902D195d283a
Octal22027715231055311355072
Binary10010000101111111101010110010101101110011011101101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90BF6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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