#90BF65

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

Shades of Olivine #90BF65

Tints of Olivine #90BF65

Color information

#90BF65 (or 0x90BF65) is unknown color: approx Olivine. HEX triplet: 90, BF and 65. RGB value is (144,191,101). Sum of RGB (Red+Green+Blue) = 144+191+101=436 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.03% from 436); Green value is 191 (75% from 255 or 43.81% from 436); Blue value is 101 (39.84% from 255 or 23.17% from 436); Max value from RGB is 191 - color contains mainly: green. Hex color #90BF65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90BF65 is #6F409A. Grayscale: #A7A7A7. Windows color (decimal): -7291035 or 6668176. OLE color: 6668176.

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

Color convert

RGB144191101-
CMYK0.2500.470.25
HSL91.33º41.28%57.25%-
HSV(B)91.33º47.12%74.9%-
XYZ32.4844.1319.12-
YUV166.6990.93111.82-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.03%
GREEN value IS 191 (75% from 255) = 43.81%
BLUE value IS 101 (39.84% from 255) = 23.17%
R=33.03%
G=43.81%
B=23.17%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1441911010.2500.470.2591.3341.2857.25
Hex90BF651902F195b2939
Octal22027714531057311335171
Binary10010000101111111100101110010101111110011011011101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90BF65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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