Html Css Color HEX #99B06E Olivine

📋 copy color: '#99B06E'

red 153 ◦ green 176 ◦ blue 110

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

Shades of Olivine #99B06E

Tints of Olivine #99B06E

RGB

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

 GREEN value IS 176 (69.14% from 255) = 40.09%

 BLUE value IS 110 (43.36% from 255) = 25.06%

R = 34.85%
G = 40.09%
B = 25.06%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#99B06E (or 0x99B06E) is known color: Olivine. HEX triplet: 99, B0 and 6E. RGB value is (153,176,110). Sum of RGB (Red+Green+Blue) = 153+176+110=439 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.85% from 439); Green value is 176 (69.14% from 255 or 40.09% from 439); Blue value is 110 (43.36% from 255 or 25.06% from 439); Max value from RGB is 176 - color contains mainly: green. Hex color #99B06E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99B06E is #664F91. Grayscale: #A1A1A1. Windows color (decimal): -6705042 or 7254169. OLE color: 7254169.

HSL color Cylindrical-coordinate representation of color #99B06E: hue angle of 80.91º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #99B06E is Cyan = 0.13, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB 153 176 110 -
CMYK 0.13 0 0.37 0.31
HSL 80.91º 0.29% 0.56% -
HSV(B) 80.91º 0.38% 0.69% -
XYZ 31.48 38.95 20.61 -
YUV 161.6 98.88 121.87 -
System Red Green Blue C M Y K H S L
Decimal 153 176 110 0.13 0 0.37 0.31 80.91 0.29 0.56
Hex 99 B0 6E D 0 25 1F 51 1D 38
Octal 231 260 156 15 0 45 37 121 35 70
Binary 10011001 10110000 1101110 1101 0 100101 11111 1010001 11101 111000

Color Harmonies of #99B06E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B06E

Black with #99B06E

Text Example


Text Example

White with #99B06E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,176,110); }

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

background-color css

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

 a { background-color: rgb(153,176,110); }

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

border-color css

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

 span { border-color: rgb(153,176,110); }

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