Html Css Color HEX #97A75F Green Smoke

📋 copy color: '#97A75F'

red 151 ◦ green 167 ◦ blue 95

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

Shades of Green Smoke #97A75F

Tints of Green Smoke #97A75F

RGB

 RED value IS 151 (59.38% from 255) = 36.56%

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

 BLUE value IS 95 (37.5% from 255) = 23%

R = 36.56%
G = 40.44%
B = 23%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.43

 K value IS 0.35

RGB Variations

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

Color information

#97A75F (or 0x97A75F) is known color: Green Smoke. HEX triplet: 97, A7 and 5F. RGB value is (151,167,95). Sum of RGB (Red+Green+Blue) = 151+167+95=413 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.56% from 413); Green value is 167 (65.62% from 255 or 40.44% from 413); Blue value is 95 (37.5% from 255 or 23.00% from 413); Max value from RGB is 167 - color contains mainly: green. Hex color #97A75F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97A75F is #6858A0. Grayscale: #9A9A9A. Windows color (decimal): -6838433 or 6268823. OLE color: 6268823.

HSL color Cylindrical-coordinate representation of color #97A75F: hue angle of 73.33º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #97A75F is Cyan = 0.10, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.35.

Color convert

RGB 151 167 95 -
CMYK 0.10 0 0.43 0.35
HSL 73.33º 0.29% 0.51% -
HSV(B) 73.33º 0.43% 0.65% -
XYZ 28.65 35.04 16.08 -
YUV 154.01 94.7 125.85 -
System Red Green Blue C M Y K H S L
Decimal 151 167 95 0.10 0 0.43 0.35 73.33 0.29 0.51
Hex 97 A7 5F A 0 2B 23 49 1D 33
Octal 227 247 137 12 0 53 43 111 35 63
Binary 10010111 10100111 1011111 1010 0 101011 100011 1001001 11101 110011

Color Harmonies of #97A75F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97A75F

Black with #97A75F

Text Example


Text Example

White with #97A75F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97A75F; }

 p { color: rgb(151,167,95); }

 H1.HeaderClassName
 {
   color: #97A75F;
 }
 .AnyTagClassName
 {
   color: #97A75F;
 }
</style>

background-color css

<style>
 a { background-color: #97A75F; }

 a { background-color: rgb(151,167,95); }

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

border-color css

<style>
 span { border-color: #97A75F; }

 span { border-color: rgb(151,167,95); }

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