Html Css Color HEX #99A78E Norway

📋 copy color: '#99A78E'

red 153 ◦ green 167 ◦ blue 142

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

Shades of Norway #99A78E

Tints of Norway #99A78E

RGB

 RED value IS 153 (60.16% from 255) = 33.12%

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

 BLUE value IS 142 (55.86% from 255) = 30.74%

R = 33.12%
G = 36.15%
B = 30.74%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#99A78E (or 0x99A78E) is known color: Norway. HEX triplet: 99, A7 and 8E. RGB value is (153,167,142). Sum of RGB (Red+Green+Blue) = 153+167+142=462 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.12% from 462); Green value is 167 (65.62% from 255 or 36.15% from 462); Blue value is 142 (55.86% from 255 or 30.74% from 462); Max value from RGB is 167 - color contains mainly: green. Hex color #99A78E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A78E is #665871. Grayscale: #A0A0A0. Windows color (decimal): -6707314 or 9349017. OLE color: 9349017.

HSL color Cylindrical-coordinate representation of color #99A78E: hue angle of 93.6º degrees, saturation: 0.12, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #99A78E is Cyan = 0.08, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.35.

Color convert

RGB 153 167 142 -
CMYK 0.08 0 0.15 0.35
HSL 93.6º 0.12% 0.61% -
HSV(B) 93.6º 0.15% 0.65% -
XYZ 31.84 36.36 30.93 -
YUV 159.96 117.86 123.03 -
System Red Green Blue C M Y K H S L
Decimal 153 167 142 0.08 0 0.15 0.35 93.6 0.12 0.61
Hex 99 A7 8E 8 0 F 23 5E C 3D
Octal 231 247 216 10 0 17 43 136 14 75
Binary 10011001 10100111 10001110 1000 0 1111 100011 1011110 1100 111101

Color Harmonies of #99A78E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99A78E

Black with #99A78E

Text Example


Text Example

White with #99A78E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99A78E; }

 p { color: rgb(153,167,142); }

 H1.HeaderClassName
 {
   color: #99A78E;
 }
 .AnyTagClassName
 {
   color: #99A78E;
 }
</style>

background-color css

<style>
 a { background-color: #99A78E; }

 a { background-color: rgb(153,167,142); }

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

border-color css

<style>
 span { border-color: #99A78E; }

 span { border-color: rgb(153,167,142); }

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