Html Css Color HEX #95A762 Green Smoke

📋 copy color: '#95A762'

red 149 ◦ green 167 ◦ blue 98

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

Shades of Green Smoke #95A762

Tints of Green Smoke #95A762

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 23.67%

R = 35.99%
G = 40.34%
B = 23.67%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.41

 K value IS 0.35

RGB Variations

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

Color information

#95A762 (or 0x95A762) is known color: Green Smoke. HEX triplet: 95, A7 and 62. RGB value is (149,167,98). Sum of RGB (Red+Green+Blue) = 149+167+98=414 (54% of max value = 765). Red value is 149 (58.59% from 255 or 35.99% from 414); Green value is 167 (65.62% from 255 or 40.34% from 414); Blue value is 98 (38.67% from 255 or 23.67% from 414); Max value from RGB is 167 - color contains mainly: green. Hex color #95A762 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95A762 is #6A589D. Grayscale: #9A9A9A. Windows color (decimal): -6969502 or 6465429. OLE color: 6465429.

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

Color convert

RGB 149 167 98 -
CMYK 0.11 0 0.41 0.35
HSL 75.65º 0.28% 0.52% -
HSV(B) 75.65º 0.41% 0.65% -
XYZ 28.42 34.91 16.8 -
YUV 153.75 96.54 124.61 -
System Red Green Blue C M Y K H S L
Decimal 149 167 98 0.11 0 0.41 0.35 75.65 0.28 0.52
Hex 95 A7 62 B 0 29 23 4C 1C 34
Octal 225 247 142 13 0 51 43 114 34 64
Binary 10010101 10100111 1100010 1011 0 101001 100011 1001100 11100 110100

Color Harmonies of #95A762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A762

Black with #95A762

Text Example


Text Example

White with #95A762

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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