#99BE7E

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

Shades of Olivine #99BE7E

Tints of Olivine #99BE7E

Color information

#99BE7E (or 0x99BE7E) is unknown color: approx Olivine. HEX triplet: 99, BE and 7E. RGB value is (153,190,126). Sum of RGB (Red+Green+Blue) = 153+190+126=469 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.62% from 469); Green value is 190 (74.61% from 255 or 40.51% from 469); Blue value is 126 (49.61% from 255 or 26.87% from 469); Max value from RGB is 190 - color contains mainly: green. Hex color #99BE7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99BE7E is #664181. Grayscale: #ABABAB. Windows color (decimal): -6701442 or 8306329. OLE color: 8306329.

HSL color Cylindrical-coordinate representation of color #99BE7E: hue angle of 94.69º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #99BE7E is Cyan = 0.19, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB153190126-
CMYK0.1900.340.25
HSL94.69º32.99%61.96%-
HSV(B)94.69º33.68%74.51%-
XYZ35.3245.1126.58-
YUV171.64102.24114.7-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.62%
GREEN value IS 190 (74.61% from 255) = 40.51%
BLUE value IS 126 (49.61% from 255) = 26.87%
R=32.62%
G=40.51%
B=26.87%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1531901260.1900.340.2594.6932.9961.96
Hex99BE7E13022195f213e
Octal23127617623042311374176
Binary10011001101111101111110100110100010110011011111100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BE7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99BE7E; }

 p { color: rgb(153,190,126); }

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

<style>
 a { background-color: #99BE7E; }

 a { background-color: rgb(153,190,126); }

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

<style>
 span { border-color: #99BE7E; }

 span { border-color: rgb(153,190,126); }

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