#90BF78

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

Shades of Olivine #90BF78

Tints of Olivine #90BF78

Color information

#90BF78 (or 0x90BF78) is unknown color: approx Olivine. HEX triplet: 90, BF and 78. RGB value is (144,191,120). Sum of RGB (Red+Green+Blue) = 144+191+120=455 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.65% from 455); Green value is 191 (75% from 255 or 41.98% from 455); Blue value is 120 (47.27% from 255 or 26.37% from 455); Max value from RGB is 191 - color contains mainly: green. Hex color #90BF78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90BF78 is #6F4087. Grayscale: #A9A9A9. Windows color (decimal): -7291016 or 7913360. OLE color: 7913360.

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

Color convert

RGB144191120-
CMYK0.2500.370.25
HSL99.72º35.68%60.98%-
HSV(B)99.72º37.17%74.9%-
XYZ33.5244.5524.6-
YUV168.85100.43110.27-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.65%
GREEN value IS 191 (75% from 255) = 41.98%
BLUE value IS 120 (47.27% from 255) = 26.37%
R=31.65%
G=41.98%
B=26.37%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1441911200.2500.370.2599.7235.6860.98
Hex90BF78190251964243d
Octal22027717031045311444475
Binary10010000101111111111000110010100101110011100100100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90BF78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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