Html Css Color HEX #97A468 Green Smoke

📋 copy color: '#97A468'

red 151 ◦ green 164 ◦ blue 104

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

Shades of Green Smoke #97A468

Tints of Green Smoke #97A468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 24.82%

R = 36.04%
G = 39.14%
B = 24.82%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.37

 K value IS 0.36

RGB Variations

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

Color information

#97A468 (or 0x97A468) is known color: Green Smoke. HEX triplet: 97, A4 and 68. RGB value is (151,164,104). Sum of RGB (Red+Green+Blue) = 151+164+104=419 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.04% from 419); Green value is 164 (64.45% from 255 or 39.14% from 419); Blue value is 104 (41.02% from 255 or 24.82% from 419); Max value from RGB is 164 - color contains mainly: green. Hex color #97A468 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97A468 is #685B97. Grayscale: #999999. Windows color (decimal): -6839192 or 6857879. OLE color: 6857879.

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

Color convert

RGB 151 164 104 -
CMYK 0.08 0 0.37 0.36
HSL 73º 0.25% 0.53% -
HSV(B) 73º 0.37% 0.64% -
XYZ 28.54 34.13 18.18 -
YUV 153.27 100.19 126.38 -
System Red Green Blue C M Y K H S L
Decimal 151 164 104 0.08 0 0.37 0.36 73 0.25 0.53
Hex 97 A4 68 8 0 25 24 49 19 35
Octal 227 244 150 10 0 45 44 111 31 65
Binary 10010111 10100100 1101000 1000 0 100101 100100 1001001 11001 110101

Color Harmonies of #97A468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97A468

Black with #97A468

Text Example


Text Example

White with #97A468

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,164,104); }

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

background-color css

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

 a { background-color: rgb(151,164,104); }

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

border-color css

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

 span { border-color: rgb(151,164,104); }

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