Html Css Color HEX #919B7B Sage

📋 copy color: '#919B7B'

red 145 ◦ green 155 ◦ blue 123

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

Shades of Sage #919B7B

Tints of Sage #919B7B

RGB

 RED value IS 145 (57.03% from 255) = 34.28%

 GREEN value IS 155 (60.94% from 255) = 36.64%

 BLUE value IS 123 (48.44% from 255) = 29.08%

R = 34.28%
G = 36.64%
B = 29.08%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.21

 K value IS 0.39

RGB Variations

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

Color information

#919B7B (or 0x919B7B) is known color: Sage. HEX triplet: 91, 9B and 7B. RGB value is (145,155,123). Sum of RGB (Red+Green+Blue) = 145+155+123=423 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.28% from 423); Green value is 155 (60.94% from 255 or 36.64% from 423); Blue value is 123 (48.44% from 255 or 29.08% from 423); Max value from RGB is 155 - color contains mainly: green. Hex color #919B7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919B7B is #6E6484. Grayscale: #949494. Windows color (decimal): -7234693 or 8100753. OLE color: 8100753.

HSL color Cylindrical-coordinate representation of color #919B7B: hue angle of 78.75º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #919B7B is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.39.

Color convert

RGB 145 155 123 -
CMYK 0.06 0 0.21 0.39
HSL 78.75º 0.14% 0.55% -
HSV(B) 78.75º 0.21% 0.61% -
XYZ 26.97 30.89 23.28 -
YUV 148.36 113.69 125.6 -
System Red Green Blue C M Y K H S L
Decimal 145 155 123 0.06 0 0.21 0.39 78.75 0.14 0.55
Hex 91 9B 7B 6 0 15 27 4F E 37
Octal 221 233 173 6 0 25 47 117 16 67
Binary 10010001 10011011 1111011 110 0 10101 100111 1001111 1110 110111

Color Harmonies of #919B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919B7B

Black with #919B7B

Text Example


Text Example

White with #919B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #919B7B; }

 p { color: rgb(145,155,123); }

 H1.HeaderClassName
 {
   color: #919B7B;
 }
 .AnyTagClassName
 {
   color: #919B7B;
 }
</style>

background-color css

<style>
 a { background-color: #919B7B; }

 a { background-color: rgb(145,155,123); }

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

border-color css

<style>
 span { border-color: #919B7B; }

 span { border-color: rgb(145,155,123); }

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