Html Css Color HEX #809694 Juniper

📋 copy color: '#809694'

red 128 ◦ green 150 ◦ blue 148

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

Shades of Juniper #809694

Tints of Juniper #809694

RGB

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

 GREEN value IS 150 (58.98% from 255) = 35.21%

 BLUE value IS 148 (58.2% from 255) = 34.74%

R = 30.05%
G = 35.21%
B = 34.74%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

#809694 (or 0x809694) is known color: Juniper. HEX triplet: 80, 96 and 94. RGB value is (128,150,148). Sum of RGB (Red+Green+Blue) = 128+150+148=426 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.05% from 426); Green value is 150 (58.98% from 255 or 35.21% from 426); Blue value is 148 (58.20% from 255 or 34.74% from 426); Max value from RGB is 150 - color contains mainly: green. Hex color #809694 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809694 is #7F696B. Grayscale: #8F8F8F. Windows color (decimal): -8350060 or 9737856. OLE color: 9737856.

HSL color Cylindrical-coordinate representation of color #809694: hue angle of 174.55º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #809694 is Cyan = 0.15, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB 128 150 148 -
CMYK 0.15 0 0.01 0.41
HSL 174.55º 0.09% 0.55% -
HSV(B) 174.55º 0.15% 0.59% -
XYZ 25.15 28.54 32.2 -
YUV 143.19 130.71 117.16 -
System Red Green Blue C M Y K H S L
Decimal 128 150 148 0.15 0 0.01 0.41 174.55 0.09 0.55
Hex 80 96 94 F 0 1 29 AF 9 37
Octal 200 226 224 17 0 1 51 257 11 67
Binary 10000000 10010110 10010100 1111 0 1 101001 10101111 1001 110111

Color Harmonies of #809694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809694

Black with #809694

Text Example


Text Example

White with #809694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809694; }

 p { color: rgb(128,150,148); }

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

background-color css

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

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

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

border-color css

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

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

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