Html Css Color HEX #9BB875 Olivine

📋 copy color: '#9BB875'

red 155 ◦ green 184 ◦ blue 117

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

Shades of Olivine #9BB875

Tints of Olivine #9BB875

RGB

 RED value IS 155 (60.94% from 255) = 33.99%

 GREEN value IS 184 (72.27% from 255) = 40.35%

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

R = 33.99%
G = 40.35%
B = 25.66%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.36

 K value IS 0.28

RGB Variations

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

Color information

#9BB875 (or 0x9BB875) is known color: Olivine. HEX triplet: 9B, B8 and 75. RGB value is (155,184,117). Sum of RGB (Red+Green+Blue) = 155+184+117=456 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.99% from 456); Green value is 184 (72.27% from 255 or 40.35% from 456); Blue value is 117 (46.09% from 255 or 25.66% from 456); Max value from RGB is 184 - color contains mainly: green. Hex color #9BB875 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BB875 is #64478A. Grayscale: #A7A7A7. Windows color (decimal): -6571915 or 7714971. OLE color: 7714971.

HSL color Cylindrical-coordinate representation of color #9BB875: hue angle of 85.97º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9BB875 is Cyan = 0.16, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.28.

Color convert

RGB 155 184 117 -
CMYK 0.16 0 0.36 0.28
HSL 85.97º 0.32% 0.59% -
HSV(B) 85.97º 0.36% 0.72% -
XYZ 33.87 42.53 23.25 -
YUV 167.69 99.39 118.95 -
System Red Green Blue C M Y K H S L
Decimal 155 184 117 0.16 0 0.36 0.28 85.97 0.32 0.59
Hex 9B B8 75 10 0 24 1C 56 20 3B
Octal 233 270 165 20 0 44 34 126 40 73
Binary 10011011 10111000 1110101 10000 0 100100 11100 1010110 100000 111011

Color Harmonies of #9BB875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB875

Black with #9BB875

Text Example


Text Example

White with #9BB875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9BB875; }

 p { color: rgb(155,184,117); }

 H1.HeaderClassName
 {
   color: #9BB875;
 }
 .AnyTagClassName
 {
   color: #9BB875;
 }
</style>

background-color css

<style>
 a { background-color: #9BB875; }

 a { background-color: rgb(155,184,117); }

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

border-color css

<style>
 span { border-color: #9BB875; }

 span { border-color: rgb(155,184,117); }

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