Html Css Color HEX #95A758 Green Smoke

📋 copy color: '#95A758'

red 149 ◦ green 167 ◦ blue 88

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

Shades of Green Smoke #95A758

Tints of Green Smoke #95A758

RGB

 RED value IS 149 (58.59% from 255) = 36.88%

 GREEN value IS 167 (65.63% from 255) = 41.34%

 BLUE value IS 88 (34.77% from 255) = 21.78%

R = 36.88%
G = 41.34%
B = 21.78%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.47

 K value IS 0.35

RGB Variations

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

Color information

#95A758 (or 0x95A758) is known color: Green Smoke. HEX triplet: 95, A7 and 58. RGB value is (149,167,88). Sum of RGB (Red+Green+Blue) = 149+167+88=404 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.88% from 404); Green value is 167 (65.62% from 255 or 41.34% from 404); Blue value is 88 (34.77% from 255 or 21.78% from 404); Max value from RGB is 167 - color contains mainly: green. Hex color #95A758 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95A758 is #6A58A7. Grayscale: #989898. Windows color (decimal): -6969512 or 5810069. OLE color: 5810069.

HSL color Cylindrical-coordinate representation of color #95A758: hue angle of 73.67º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #95A758 is Cyan = 0.11, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.35.

Color convert

RGB 149 167 88 -
CMYK 0.11 0 0.47 0.35
HSL 73.67º 0.31% 0.5% -
HSV(B) 73.67º 0.47% 0.65% -
XYZ 27.97 34.73 14.46 -
YUV 152.61 91.54 125.42 -
System Red Green Blue C M Y K H S L
Decimal 149 167 88 0.11 0 0.47 0.35 73.67 0.31 0.5
Hex 95 A7 58 B 0 2F 23 4A 1F 32
Octal 225 247 130 13 0 57 43 112 37 62
Binary 10010101 10100111 1011000 1011 0 101111 100011 1001010 11111 110010

Color Harmonies of #95A758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A758

Black with #95A758

Text Example


Text Example

White with #95A758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95A758; }

 p { color: rgb(149,167,88); }

 H1.HeaderClassName
 {
   color: #95A758;
 }
 .AnyTagClassName
 {
   color: #95A758;
 }
</style>

background-color css

<style>
 a { background-color: #95A758; }

 a { background-color: rgb(149,167,88); }

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

border-color css

<style>
 span { border-color: #95A758; }

 span { border-color: rgb(149,167,88); }

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