Html Css Color HEX #94A272 Sage

📋 copy color: '#94A272'

red 148 ◦ green 162 ◦ blue 114

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

Shades of Sage #94A272

Tints of Sage #94A272

RGB

 RED value IS 148 (58.2% from 255) = 34.91%

 GREEN value IS 162 (63.67% from 255) = 38.21%

 BLUE value IS 114 (44.92% from 255) = 26.89%

R = 34.91%
G = 38.21%
B = 26.89%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#94A272 (or 0x94A272) is known color: Sage. HEX triplet: 94, A2 and 72. RGB value is (148,162,114). Sum of RGB (Red+Green+Blue) = 148+162+114=424 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.91% from 424); Green value is 162 (63.67% from 255 or 38.21% from 424); Blue value is 114 (44.92% from 255 or 26.89% from 424); Max value from RGB is 162 - color contains mainly: green. Hex color #94A272 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94A272 is #6B5D8D. Grayscale: #989898. Windows color (decimal): -7036302 or 7512724. OLE color: 7512724.

HSL color Cylindrical-coordinate representation of color #94A272: hue angle of 77.5º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #94A272 is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB 148 162 114 -
CMYK 0.09 0 0.30 0.36
HSL 77.5º 0.21% 0.54% -
HSV(B) 77.5º 0.3% 0.64% -
XYZ 28.17 33.35 20.87 -
YUV 152.34 106.36 124.9 -
System Red Green Blue C M Y K H S L
Decimal 148 162 114 0.09 0 0.30 0.36 77.5 0.21 0.54
Hex 94 A2 72 9 0 1E 24 4E 15 36
Octal 224 242 162 11 0 36 44 116 25 66
Binary 10010100 10100010 1110010 1001 0 11110 100100 1001110 10101 110110

Color Harmonies of #94A272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A272

Black with #94A272

Text Example


Text Example

White with #94A272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94A272; }

 p { color: rgb(148,162,114); }

 H1.HeaderClassName
 {
   color: #94A272;
 }
 .AnyTagClassName
 {
   color: #94A272;
 }
</style>

background-color css

<style>
 a { background-color: #94A272; }

 a { background-color: rgb(148,162,114); }

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

border-color css

<style>
 span { border-color: #94A272; }

 span { border-color: rgb(148,162,114); }

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