Html Css Color HEX #9DAF87 Norway

📋 copy color: '#9DAF87'

red 157 ◦ green 175 ◦ blue 135

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

Shades of Norway #9DAF87

Tints of Norway #9DAF87

RGB

 RED value IS 157 (61.72% from 255) = 33.62%

 GREEN value IS 175 (68.75% from 255) = 37.47%

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

R = 33.62%
G = 37.47%
B = 28.91%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#9DAF87 (or 0x9DAF87) is known color: Norway. HEX triplet: 9D, AF and 87. RGB value is (157,175,135). Sum of RGB (Red+Green+Blue) = 157+175+135=467 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.62% from 467); Green value is 175 (68.75% from 255 or 37.47% from 467); Blue value is 135 (53.12% from 255 or 28.91% from 467); Max value from RGB is 175 - color contains mainly: green. Hex color #9DAF87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DAF87 is #625078. Grayscale: #A5A5A5. Windows color (decimal): -6443129 or 8892317. OLE color: 8892317.

HSL color Cylindrical-coordinate representation of color #9DAF87: hue angle of 87º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9DAF87 is Cyan = 0.10, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB 157 175 135 -
CMYK 0.10 0 0.23 0.31
HSL 87º 0.2% 0.61% -
HSV(B) 87º 0.23% 0.69% -
XYZ 33.61 39.58 28.79 -
YUV 165.06 111.04 122.25 -
System Red Green Blue C M Y K H S L
Decimal 157 175 135 0.10 0 0.23 0.31 87 0.2 0.61
Hex 9D AF 87 A 0 17 1F 57 14 3D
Octal 235 257 207 12 0 27 37 127 24 75
Binary 10011101 10101111 10000111 1010 0 10111 11111 1010111 10100 111101

Color Harmonies of #9DAF87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DAF87

Black with #9DAF87

Text Example


Text Example

White with #9DAF87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9DAF87; }

 p { color: rgb(157,175,135); }

 H1.HeaderClassName
 {
   color: #9DAF87;
 }
 .AnyTagClassName
 {
   color: #9DAF87;
 }
</style>

background-color css

<style>
 a { background-color: #9DAF87; }

 a { background-color: rgb(157,175,135); }

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

border-color css

<style>
 span { border-color: #9DAF87; }

 span { border-color: rgb(157,175,135); }

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