Html Css Color HEX #95A764 Green Smoke

📋 copy color: '#95A764'

red 149 ◦ green 167 ◦ blue 100

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

Shades of Green Smoke #95A764

Tints of Green Smoke #95A764

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 24.04%

R = 35.82%
G = 40.14%
B = 24.04%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.40

 K value IS 0.35

RGB Variations

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

Color information

#95A764 (or 0x95A764) is known color: Green Smoke. HEX triplet: 95, A7 and 64. RGB value is (149,167,100). Sum of RGB (Red+Green+Blue) = 149+167+100=416 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.82% from 416); Green value is 167 (65.62% from 255 or 40.14% from 416); Blue value is 100 (39.45% from 255 or 24.04% from 416); Max value from RGB is 167 - color contains mainly: green. Hex color #95A764 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95A764 is #6A589B. Grayscale: #9A9A9A. Windows color (decimal): -6969500 or 6596501. OLE color: 6596501.

HSL color Cylindrical-coordinate representation of color #95A764: hue angle of 76.12º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #95A764 is Cyan = 0.11, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.35.

Color convert

RGB 149 167 100 -
CMYK 0.11 0 0.40 0.35
HSL 76.12º 0.28% 0.52% -
HSV(B) 76.12º 0.4% 0.65% -
XYZ 28.51 34.95 17.3 -
YUV 153.98 97.54 124.45 -
System Red Green Blue C M Y K H S L
Decimal 149 167 100 0.11 0 0.40 0.35 76.12 0.28 0.52
Hex 95 A7 64 B 0 28 23 4C 1C 34
Octal 225 247 144 13 0 50 43 114 34 64
Binary 10010101 10100111 1100100 1011 0 101000 100011 1001100 11100 110100

Color Harmonies of #95A764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A764

Black with #95A764

Text Example


Text Example

White with #95A764

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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