Html Css Color HEX #99B07E Olivine

📋 copy color: '#99B07E'

red 153 ◦ green 176 ◦ blue 126

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

Shades of Olivine #99B07E

Tints of Olivine #99B07E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 27.69%

R = 33.63%
G = 38.68%
B = 27.69%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#99B07E (or 0x99B07E) is known color: Olivine. HEX triplet: 99, B0 and 7E. RGB value is (153,176,126). Sum of RGB (Red+Green+Blue) = 153+176+126=455 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.63% from 455); Green value is 176 (69.14% from 255 or 38.68% from 455); Blue value is 126 (49.61% from 255 or 27.69% from 455); Max value from RGB is 176 - color contains mainly: green. Hex color #99B07E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99B07E is #664F81. Grayscale: #A3A3A3. Windows color (decimal): -6705026 or 8302745. OLE color: 8302745.

HSL color Cylindrical-coordinate representation of color #99B07E: hue angle of 87.6º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #99B07E is Cyan = 0.13, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB 153 176 126 -
CMYK 0.13 0 0.28 0.31
HSL 87.6º 0.24% 0.59% -
HSV(B) 87.6º 0.28% 0.69% -
XYZ 32.43 39.33 25.62 -
YUV 163.42 106.88 120.57 -
System Red Green Blue C M Y K H S L
Decimal 153 176 126 0.13 0 0.28 0.31 87.6 0.24 0.59
Hex 99 B0 7E D 0 1C 1F 58 18 3B
Octal 231 260 176 15 0 34 37 130 30 73
Binary 10011001 10110000 1111110 1101 0 11100 11111 1011000 11000 111011

Color Harmonies of #99B07E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B07E

Black with #99B07E

Text Example


Text Example

White with #99B07E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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