Html Css Color HEX #97A887 Norway

📋 copy color: '#97A887'

red 151 ◦ green 168 ◦ blue 135

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

Shades of Norway #97A887

Tints of Norway #97A887

RGB

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

 GREEN value IS 168 (66.02% from 255) = 37%

 BLUE value IS 135 (53.13% from 255) = 29.74%

R = 33.26%
G = 37%
B = 29.74%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.20

 K value IS 0.34

RGB Variations

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

Color information

#97A887 (or 0x97A887) is known color: Norway. HEX triplet: 97, A8 and 87. RGB value is (151,168,135). Sum of RGB (Red+Green+Blue) = 151+168+135=454 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.26% from 454); Green value is 168 (66.02% from 255 or 37.00% from 454); Blue value is 135 (53.12% from 255 or 29.74% from 454); Max value from RGB is 168 - color contains mainly: green. Hex color #97A887 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97A887 is #685778. Grayscale: #9F9F9F. Windows color (decimal): -6838137 or 8890519. OLE color: 8890519.

HSL color Cylindrical-coordinate representation of color #97A887: hue angle of 90.91º degrees, saturation: 0.16, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #97A887 is Cyan = 0.10, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.34.

Color convert

RGB 151 168 135 -
CMYK 0.10 0 0.20 0.34
HSL 90.91º 0.16% 0.59% -
HSV(B) 90.91º 0.2% 0.66% -
XYZ 31.14 36.33 28.29 -
YUV 159.16 114.37 122.18 -
System Red Green Blue C M Y K H S L
Decimal 151 168 135 0.10 0 0.20 0.34 90.91 0.16 0.59
Hex 97 A8 87 A 0 14 22 5B 10 3B
Octal 227 250 207 12 0 24 42 133 20 73
Binary 10010111 10101000 10000111 1010 0 10100 100010 1011011 10000 111011

Color Harmonies of #97A887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97A887

Black with #97A887

Text Example


Text Example

White with #97A887

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,168,135); }

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

background-color css

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

 a { background-color: rgb(151,168,135); }

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

border-color css

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

 span { border-color: rgb(151,168,135); }

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