#99C761

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

Shades of Olivine #99C761

Tints of Olivine #99C761

Color information

#99C761 (or 0x99C761) is unknown color: approx Olivine. HEX triplet: 99, C7 and 61. RGB value is (153,199,97). Sum of RGB (Red+Green+Blue) = 153+199+97=449 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.08% from 449); Green value is 199 (78.12% from 255 or 44.32% from 449); Blue value is 97 (38.28% from 255 or 21.60% from 449); Max value from RGB is 199 - color contains mainly: green. Hex color #99C761 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99C761 is #66389E. Grayscale: #ADADAD. Windows color (decimal): -6699167 or 6408089. OLE color: 6408089.

HSL color Cylindrical-coordinate representation of color #99C761: hue angle of 87.06º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #99C761 is Cyan = 0.23, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.22.

Color convert

RGB15319997-
CMYK0.2300.510.22
HSL87.06º47.66%58.04%-
HSV(B)87.06º51.26%78.04%-
XYZ35.7248.4818.78-
YUV173.6284.76113.29-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.08%
GREEN value IS 199 (78.12% from 255) = 44.32%
BLUE value IS 97 (38.28% from 255) = 21.60%
R=34.08%
G=44.32%
B=21.60%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal153199970.2300.510.2287.0647.6658.04
Hex99C761170331657303a
Octal23130714127063261276072
Binary10011001110001111100001101110110011101101010111110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99C761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,199,97); }

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

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

 a { background-color: rgb(153,199,97); }

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

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

 span { border-color: rgb(153,199,97); }

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