Html Css Color HEX #99B66B Olivine

📋 copy color: '#99B66B'

red 153 ◦ green 182 ◦ blue 107

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

Shades of Olivine #99B66B

Tints of Olivine #99B66B

RGB

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

 GREEN value IS 182 (71.48% from 255) = 41.18%

 BLUE value IS 107 (42.19% from 255) = 24.21%

R = 34.62%
G = 41.18%
B = 24.21%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.41

 K value IS 0.29

RGB Variations

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

Color information

#99B66B (or 0x99B66B) is known color: Olivine. HEX triplet: 99, B6 and 6B. RGB value is (153,182,107). Sum of RGB (Red+Green+Blue) = 153+182+107=442 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.62% from 442); Green value is 182 (71.48% from 255 or 41.18% from 442); Blue value is 107 (42.19% from 255 or 24.21% from 442); Max value from RGB is 182 - color contains mainly: green. Hex color #99B66B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99B66B is #664994. Grayscale: #A5A5A5. Windows color (decimal): -6703509 or 7059097. OLE color: 7059097.

HSL color Cylindrical-coordinate representation of color #99B66B: hue angle of 83.2º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #99B66B is Cyan = 0.16, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB 153 182 107 -
CMYK 0.16 0 0.41 0.29
HSL 83.2º 0.34% 0.57% -
HSV(B) 83.2º 0.41% 0.71% -
XYZ 32.52 41.29 20.17 -
YUV 164.78 95.39 119.6 -
System Red Green Blue C M Y K H S L
Decimal 153 182 107 0.16 0 0.41 0.29 83.2 0.34 0.57
Hex 99 B6 6B 10 0 29 1D 53 22 39
Octal 231 266 153 20 0 51 35 123 42 71
Binary 10011001 10110110 1101011 10000 0 101001 11101 1010011 100010 111001

Color Harmonies of #99B66B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B66B

Black with #99B66B

Text Example


Text Example

White with #99B66B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,182,107); }

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

background-color css

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

 a { background-color: rgb(153,182,107); }

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

border-color css

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

 span { border-color: rgb(153,182,107); }

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