Html Css Color HEX #99B764 Olivine

📋 copy color: '#99B764'

red 153 ◦ green 183 ◦ blue 100

#99B764
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olivine #99B764

Tints of Olivine #99B764

RGB

 RED value IS 153 (60.16% from 255) = 35.09%

 GREEN value IS 183 (71.88% from 255) = 41.97%

 BLUE value IS 100 (39.45% from 255) = 22.94%

R = 35.09%
G = 41.97%
B = 22.94%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.45

 K value IS 0.28

RGB Variations

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

Color information

#99B764 (or 0x99B764) is known color: Olivine. HEX triplet: 99, B7 and 64. RGB value is (153,183,100). Sum of RGB (Red+Green+Blue) = 153+183+100=436 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.09% from 436); Green value is 183 (71.88% from 255 or 41.97% from 436); Blue value is 100 (39.45% from 255 or 22.94% from 436); Max value from RGB is 183 - color contains mainly: green. Hex color #99B764 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99B764 is #66489B. Grayscale: #A4A4A4. Windows color (decimal): -6703260 or 6600601. OLE color: 6600601.

HSL color Cylindrical-coordinate representation of color #99B764: hue angle of 81.69º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #99B764 is Cyan = 0.16, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.28.

Color convert

RGB 153 183 100 -
CMYK 0.16 0 0.45 0.28
HSL 81.69º 0.37% 0.55% -
HSV(B) 81.69º 0.45% 0.72% -
XYZ 32.37 41.56 18.37 -
YUV 164.57 91.56 119.75 -
System Red Green Blue C M Y K H S L
Decimal 153 183 100 0.16 0 0.45 0.28 81.69 0.37 0.55
Hex 99 B7 64 10 0 2D 1C 52 25 37
Octal 231 267 144 20 0 55 34 122 45 67
Binary 10011001 10110111 1100100 10000 0 101101 11100 1010010 100101 110111

Color Harmonies of #99B764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B764

Black with #99B764

Text Example


Text Example

White with #99B764

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,183,100); }

 H1.HeaderClassName
 {
   color: #99B764;
 }
 .AnyTagClassName
 {
   color: #99B764;
 }
</style>

background-color css

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

 a { background-color: rgb(153,183,100); }

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

border-color css

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

 span { border-color: rgb(153,183,100); }

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