Html Css Color HEX #809090 Juniper

📋 copy color: '#809090'

red 128 ◦ green 144 ◦ blue 144

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

Shades of Juniper #809090

Tints of Juniper #809090

RGB

 RED value IS 128 (50.39% from 255) = 30.77%

 GREEN value IS 144 (56.64% from 255) = 34.62%

 BLUE value IS 144 (56.64% from 255) = 34.62%

R = 30.77%
G = 34.62%
B = 34.62%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#809090 (or 0x809090) is known color: Juniper. HEX triplet: 80, 90 and 90. RGB value is (128,144,144). Sum of RGB (Red+Green+Blue) = 128+144+144=416 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.77% from 416); Green value is 144 (56.64% from 255 or 34.62% from 416); Blue value is 144 (56.64% from 255 or 34.62% from 416); Max value from RGB is 144 - color contains mainly: green, blue. Hex color #809090 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809090 is #7F6F6F. Grayscale: #8B8B8B. Windows color (decimal): -8351600 or 9474176. OLE color: 9474176.

HSL color Cylindrical-coordinate representation of color #809090: hue angle of 180º degrees, saturation: 0.07, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #809090 is Cyan = 0.11, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 128 144 144 -
CMYK 0.11 0 0 0.44
HSL 180º 0.07% 0.53% -
HSV(B) 180º 0.11% 0.56% -
XYZ 23.91 26.55 30.25 -
YUV 139.22 130.7 120 -
System Red Green Blue C M Y K H S L
Decimal 128 144 144 0.11 0 0 0.44 180 0.07 0.53
Hex 80 90 90 B 0 0 2C B4 7 35
Octal 200 220 220 13 0 0 54 264 7 65
Binary 10000000 10010000 10010000 1011 0 0 101100 10110100 111 110101

Color Harmonies of #809090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809090

Black with #809090

Text Example


Text Example

White with #809090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809090; }

 p { color: rgb(128,144,144); }

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

background-color css

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

 a { background-color: rgb(128,144,144); }

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

border-color css

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

 span { border-color: rgb(128,144,144); }

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