Html Css Color HEX #9BA67D Sage

📋 copy color: '#9BA67D'

red 155 ◦ green 166 ◦ blue 125

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

Shades of Sage #9BA67D

Tints of Sage #9BA67D

RGB

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

 GREEN value IS 166 (65.23% from 255) = 37.22%

 BLUE value IS 125 (49.22% from 255) = 28.03%

R = 34.75%
G = 37.22%
B = 28.03%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#9BA67D (or 0x9BA67D) is known color: Sage. HEX triplet: 9B, A6 and 7D. RGB value is (155,166,125). Sum of RGB (Red+Green+Blue) = 155+166+125=446 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.75% from 446); Green value is 166 (65.23% from 255 or 37.22% from 446); Blue value is 125 (49.22% from 255 or 28.03% from 446); Max value from RGB is 166 - color contains mainly: green. Hex color #9BA67D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA67D is #645982. Grayscale: #9E9E9E. Windows color (decimal): -6576515 or 8234651. OLE color: 8234651.

HSL color Cylindrical-coordinate representation of color #9BA67D: hue angle of 76.1º degrees, saturation: 0.19, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9BA67D is Cyan = 0.07, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB 155 166 125 -
CMYK 0.07 0 0.25 0.35
HSL 76.1º 0.19% 0.57% -
HSV(B) 76.1º 0.25% 0.65% -
XYZ 30.86 35.72 24.67 -
YUV 158.04 109.36 125.83 -
System Red Green Blue C M Y K H S L
Decimal 155 166 125 0.07 0 0.25 0.35 76.1 0.19 0.57
Hex 9B A6 7D 7 0 19 23 4C 13 39
Octal 233 246 175 7 0 31 43 114 23 71
Binary 10011011 10100110 1111101 111 0 11001 100011 1001100 10011 111001

Color Harmonies of #9BA67D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA67D

Black with #9BA67D

Text Example


Text Example

White with #9BA67D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,166,125); }

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

background-color css

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

 a { background-color: rgb(155,166,125); }

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

border-color css

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

 span { border-color: rgb(155,166,125); }

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