Html Css Color HEX #99B672 Olivine

📋 copy color: '#99B672'

red 153 ◦ green 182 ◦ blue 114

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

Shades of Olivine #99B672

Tints of Olivine #99B672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 25.39%

R = 34.08%
G = 40.53%
B = 25.39%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#99B672 (or 0x99B672) is known color: Olivine. HEX triplet: 99, B6 and 72. RGB value is (153,182,114). Sum of RGB (Red+Green+Blue) = 153+182+114=449 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.08% from 449); Green value is 182 (71.48% from 255 or 40.53% from 449); Blue value is 114 (44.92% from 255 or 25.39% from 449); Max value from RGB is 182 - color contains mainly: green. Hex color #99B672 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99B672 is #66498D. Grayscale: #A5A5A5. Windows color (decimal): -6703502 or 7517849. OLE color: 7517849.

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

Color convert

RGB 153 182 114 -
CMYK 0.16 0 0.37 0.29
HSL 85.59º 0.32% 0.58% -
HSV(B) 85.59º 0.37% 0.71% -
XYZ 32.9 41.44 22.18 -
YUV 165.58 98.89 119.03 -
System Red Green Blue C M Y K H S L
Decimal 153 182 114 0.16 0 0.37 0.29 85.59 0.32 0.58
Hex 99 B6 72 10 0 25 1D 56 20 3A
Octal 231 266 162 20 0 45 35 126 40 72
Binary 10011001 10110110 1110010 10000 0 100101 11101 1010110 100000 111010

Color Harmonies of #99B672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B672

Black with #99B672

Text Example


Text Example

White with #99B672

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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