#99BE75

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

Shades of Olivine #99BE75

Tints of Olivine #99BE75

Color information

#99BE75 (or 0x99BE75) is unknown color: approx Olivine. HEX triplet: 99, BE and 75. RGB value is (153,190,117). Sum of RGB (Red+Green+Blue) = 153+190+117=460 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.26% from 460); Green value is 190 (74.61% from 255 or 41.30% from 460); Blue value is 117 (46.09% from 255 or 25.43% from 460); Max value from RGB is 190 - color contains mainly: green. Hex color #99BE75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99BE75 is #66418A. Grayscale: #AAAAAA. Windows color (decimal): -6701451 or 7716505. OLE color: 7716505.

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

Color convert

RGB153190117-
CMYK0.1900.380.25
HSL90.41º35.96%60.2%-
HSV(B)90.41º38.42%74.51%-
XYZ34.7644.8823.66-
YUV170.6197.74115.44-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.26%
GREEN value IS 190 (74.61% from 255) = 41.30%
BLUE value IS 117 (46.09% from 255) = 25.43%
R=33.26%
G=41.30%
B=25.43%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1531901170.1900.380.2590.4135.9660.2
Hex99BE7513026195a243c
Octal23127616523046311324474
Binary10011001101111101110101100110100110110011011010100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BE75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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