Html Css Color HEX #99B075 Olivine

📋 copy color: '#99B075'

red 153 ◦ green 176 ◦ blue 117

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

Shades of Olivine #99B075

Tints of Olivine #99B075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 26.23%

R = 34.3%
G = 39.46%
B = 26.23%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#99B075 (or 0x99B075) is known color: Olivine. HEX triplet: 99, B0 and 75. RGB value is (153,176,117). Sum of RGB (Red+Green+Blue) = 153+176+117=446 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.30% from 446); Green value is 176 (69.14% from 255 or 39.46% from 446); Blue value is 117 (46.09% from 255 or 26.23% from 446); Max value from RGB is 176 - color contains mainly: green. Hex color #99B075 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99B075 is #664F8A. Grayscale: #A2A2A2. Windows color (decimal): -6705035 or 7712921. OLE color: 7712921.

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

Color convert

RGB 153 176 117 -
CMYK 0.13 0 0.34 0.31
HSL 83.39º 0.27% 0.57% -
HSV(B) 83.39º 0.34% 0.69% -
XYZ 31.87 39.11 22.7 -
YUV 162.4 102.38 121.3 -
System Red Green Blue C M Y K H S L
Decimal 153 176 117 0.13 0 0.34 0.31 83.39 0.27 0.57
Hex 99 B0 75 D 0 22 1F 53 1B 39
Octal 231 260 165 15 0 42 37 123 33 71
Binary 10011001 10110000 1110101 1101 0 100010 11111 1010011 11011 111001

Color Harmonies of #99B075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B075

Black with #99B075

Text Example


Text Example

White with #99B075

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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