Html Css Color HEX #9BB775 Olivine

📋 copy color: '#9BB775'

red 155 ◦ green 183 ◦ blue 117

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

Shades of Olivine #9BB775

Tints of Olivine #9BB775

RGB

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

 GREEN value IS 183 (71.88% from 255) = 40.22%

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

R = 34.07%
G = 40.22%
B = 25.71%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.36

 K value IS 0.28

RGB Variations

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

Color information

#9BB775 (or 0x9BB775) is known color: Olivine. HEX triplet: 9B, B7 and 75. RGB value is (155,183,117). Sum of RGB (Red+Green+Blue) = 155+183+117=455 (60% of max value = 765). Red value is 155 (60.94% from 255 or 34.07% from 455); Green value is 183 (71.88% from 255 or 40.22% from 455); Blue value is 117 (46.09% from 255 or 25.71% from 455); Max value from RGB is 183 - color contains mainly: green. Hex color #9BB775 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BB775 is #64488A. Grayscale: #A7A7A7. Windows color (decimal): -6572171 or 7714715. OLE color: 7714715.

HSL color Cylindrical-coordinate representation of color #9BB775: hue angle of 85.45º degrees, saturation: 0.31, 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 #9BB775 is Cyan = 0.15, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.28.

Color convert

RGB 155 183 117 -
CMYK 0.15 0 0.36 0.28
HSL 85.45º 0.31% 0.59% -
HSV(B) 85.45º 0.36% 0.72% -
XYZ 33.66 42.12 23.19 -
YUV 167.1 99.72 119.37 -
System Red Green Blue C M Y K H S L
Decimal 155 183 117 0.15 0 0.36 0.28 85.45 0.31 0.59
Hex 9B B7 75 F 0 24 1C 55 1F 3B
Octal 233 267 165 17 0 44 34 125 37 73
Binary 10011011 10110111 1110101 1111 0 100100 11100 1010101 11111 111011

Color Harmonies of #9BB775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB775

Black with #9BB775

Text Example


Text Example

White with #9BB775

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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