Html Css Color HEX #97A141 Highball

📋 copy color: '#97A141'

red 151 ◦ green 161 ◦ blue 65

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

Shades of Highball #97A141

Tints of Highball #97A141

RGB

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

 GREEN value IS 161 (63.28% from 255) = 42.71%

 BLUE value IS 65 (25.78% from 255) = 17.24%

R = 40.05%
G = 42.71%
B = 17.24%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.60

 K value IS 0.37

RGB Variations

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

Color information

#97A141 (or 0x97A141) is known color: Highball. HEX triplet: 97, A1 and 41. RGB value is (151,161,65). Sum of RGB (Red+Green+Blue) = 151+161+65=377 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.05% from 377); Green value is 161 (63.28% from 255 or 42.71% from 377); Blue value is 65 (25.78% from 255 or 17.24% from 377); Max value from RGB is 161 - color contains mainly: green. Hex color #97A141 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #97A141 is #685EBE. Grayscale: #939393. Windows color (decimal): -6839999 or 4301207. OLE color: 4301207.

HSL color Cylindrical-coordinate representation of color #97A141: hue angle of 66.25º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #97A141 is Cyan = 0.06, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.37.

Color convert

RGB 151 161 65 -
CMYK 0.06 0 0.60 0.37
HSL 66.25º 0.42% 0.44% -
HSV(B) 66.25º 0.6% 0.63% -
XYZ 26.46 32.45 9.87 -
YUV 147.07 81.69 130.81 -
System Red Green Blue C M Y K H S L
Decimal 151 161 65 0.06 0 0.60 0.37 66.25 0.42 0.44
Hex 97 A1 41 6 0 3C 25 42 2A 2C
Octal 227 241 101 6 0 74 45 102 52 54
Binary 10010111 10100001 1000001 110 0 111100 100101 1000010 101010 101100

Color Harmonies of #97A141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97A141

Black with #97A141

Text Example


Text Example

White with #97A141

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,161,65); }

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

background-color css

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

 a { background-color: rgb(151,161,65); }

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

border-color css

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

 span { border-color: rgb(151,161,65); }

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