#99BE7D

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

Shades of Olivine #99BE7D

Tints of Olivine #99BE7D

Color information

#99BE7D (or 0x99BE7D) is unknown color: approx Olivine. HEX triplet: 99, BE and 7D. RGB value is (153,190,125). Sum of RGB (Red+Green+Blue) = 153+190+125=468 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.69% from 468); Green value is 190 (74.61% from 255 or 40.60% from 468); Blue value is 125 (49.22% from 255 or 26.71% from 468); Max value from RGB is 190 - color contains mainly: green. Hex color #99BE7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99BE7D is #664182. Grayscale: #ABABAB. Windows color (decimal): -6701443 or 8240793. OLE color: 8240793.

HSL color Cylindrical-coordinate representation of color #99BE7D: hue angle of 94.15º 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 #99BE7D is Cyan = 0.19, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB153190125-
CMYK0.1900.340.25
HSL94.15º33.33%61.76%-
HSV(B)94.15º34.21%74.51%-
XYZ35.2545.0826.25-
YUV171.53101.74114.79-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.69%
GREEN value IS 190 (74.61% from 255) = 40.60%
BLUE value IS 125 (49.22% from 255) = 26.71%
R=32.69%
G=40.60%
B=26.71%

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
Decimal1531901250.1900.340.2594.1533.3361.76
Hex99BE7D13022195e213e
Octal23127617523042311364176
Binary10011001101111101111101100110100010110011011110100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BE7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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