#90BC7F

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

Shades of Olivine #90BC7F

Tints of Olivine #90BC7F

Color information

#90BC7F (or 0x90BC7F) is unknown color: approx Olivine. HEX triplet: 90, BC and 7F. RGB value is (144,188,127). Sum of RGB (Red+Green+Blue) = 144+188+127=459 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.37% from 459); Green value is 188 (73.83% from 255 or 40.96% from 459); Blue value is 127 (50% from 255 or 27.67% from 459); Max value from RGB is 188 - color contains mainly: green. Hex color #90BC7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90BC7F is #6F4380. Grayscale: #A8A8A8. Windows color (decimal): -7291777 or 8371344. OLE color: 8371344.

HSL color Cylindrical-coordinate representation of color #90BC7F: hue angle of 103.28º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #90BC7F is Cyan = 0.23, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.

Color convert

RGB144188127-
CMYK0.2300.320.26
HSL103.28º31.28%61.76%-
HSV(B)103.28º32.45%73.73%-
XYZ33.3243.4326.71-
YUV167.89104.92110.96-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.37%
GREEN value IS 188 (73.83% from 255) = 40.96%
BLUE value IS 127 (50% from 255) = 27.67%
R=31.37%
G=40.96%
B=27.67%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1441881270.2300.320.26103.2831.2861.76
Hex90BC7F170201A671f3e
Octal22027417727040321473776
Binary1001000010111100111111110111010000011010110011111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90BC7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,188,127); }

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

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

 a { background-color: rgb(144,188,127); }

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

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

 span { border-color: rgb(144,188,127); }

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