Html Css Color HEX #9BBB6F Olivine

📋 copy color: '#9BBB6F'

red 155 ◦ green 187 ◦ blue 111

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

Shades of Olivine #9BBB6F

Tints of Olivine #9BBB6F

RGB

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

 GREEN value IS 187 (73.44% from 255) = 41.28%

 BLUE value IS 111 (43.75% from 255) = 24.5%

R = 34.22%
G = 41.28%
B = 24.5%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#9BBB6F (or 0x9BBB6F) is known color: Olivine. HEX triplet: 9B, BB and 6F. RGB value is (155,187,111). Sum of RGB (Red+Green+Blue) = 155+187+111=453 (60% of max value = 765). Red value is 155 (60.94% from 255 or 34.22% from 453); Green value is 187 (73.44% from 255 or 41.28% from 453); Blue value is 111 (43.75% from 255 or 24.50% from 453); Max value from RGB is 187 - color contains mainly: green. Hex color #9BBB6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BBB6F is #644490. Grayscale: #A9A9A9. Windows color (decimal): -6571153 or 7322523. OLE color: 7322523.

HSL color Cylindrical-coordinate representation of color #9BBB6F: hue angle of 85.26º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9BBB6F is Cyan = 0.17, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB 155 187 111 -
CMYK 0.17 0 0.41 0.27
HSL 85.26º 0.36% 0.58% -
HSV(B) 85.26º 0.41% 0.73% -
XYZ 34.16 43.66 21.67 -
YUV 168.77 95.4 118.18 -
System Red Green Blue C M Y K H S L
Decimal 155 187 111 0.17 0 0.41 0.27 85.26 0.36 0.58
Hex 9B BB 6F 11 0 29 1B 55 24 3A
Octal 233 273 157 21 0 51 33 125 44 72
Binary 10011011 10111011 1101111 10001 0 101001 11011 1010101 100100 111010

Color Harmonies of #9BBB6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBB6F

Black with #9BBB6F

Text Example


Text Example

White with #9BBB6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,187,111); }

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

background-color css

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

 a { background-color: rgb(155,187,111); }

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

border-color css

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

 span { border-color: rgb(155,187,111); }

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