Html Css Color HEX #95A467 Green Smoke

📋 copy color: '#95A467'

red 149 ◦ green 164 ◦ blue 103

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

Shades of Green Smoke #95A467

Tints of Green Smoke #95A467

RGB

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

 GREEN value IS 164 (64.45% from 255) = 39.42%

 BLUE value IS 103 (40.63% from 255) = 24.76%

R = 35.82%
G = 39.42%
B = 24.76%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.37

 K value IS 0.36

RGB Variations

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

Color information

#95A467 (or 0x95A467) is known color: Green Smoke. HEX triplet: 95, A4 and 67. RGB value is (149,164,103). Sum of RGB (Red+Green+Blue) = 149+164+103=416 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.82% from 416); Green value is 164 (64.45% from 255 or 39.42% from 416); Blue value is 103 (40.62% from 255 or 24.76% from 416); Max value from RGB is 164 - color contains mainly: green. Hex color #95A467 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95A467 is #6A5B98. Grayscale: #989898. Windows color (decimal): -6970265 or 6792341. OLE color: 6792341.

HSL color Cylindrical-coordinate representation of color #95A467: hue angle of 74.75º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #95A467 is Cyan = 0.09, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.36.

Color convert

RGB 149 164 103 -
CMYK 0.09 0 0.37 0.36
HSL 74.75º 0.25% 0.52% -
HSV(B) 74.75º 0.37% 0.64% -
XYZ 28.12 33.92 17.9 -
YUV 152.56 100.03 125.46 -
System Red Green Blue C M Y K H S L
Decimal 149 164 103 0.09 0 0.37 0.36 74.75 0.25 0.52
Hex 95 A4 67 9 0 25 24 4B 19 34
Octal 225 244 147 11 0 45 44 113 31 64
Binary 10010101 10100100 1100111 1001 0 100101 100100 1001011 11001 110100

Color Harmonies of #95A467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A467

Black with #95A467

Text Example


Text Example

White with #95A467

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,164,103); }

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

background-color css

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

 a { background-color: rgb(149,164,103); }

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

border-color css

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

 span { border-color: rgb(149,164,103); }

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