#819794

Color #819794 Juniper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Juniper #819794

Tints of Juniper #819794

Color information

#819794 (or 0x819794) is unknown color: approx Juniper. HEX triplet: 81, 97 and 94. RGB value is (129,151,148). Sum of RGB (Red+Green+Blue) = 129+151+148=428 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.14% from 428); Green value is 151 (59.38% from 255 or 35.28% from 428); Blue value is 148 (58.20% from 255 or 34.58% from 428); Max value from RGB is 151 - color contains mainly: green. Hex color #819794 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #819794 is #7E686B. Grayscale: #909090. Windows color (decimal): -8284268 or 9738113. OLE color: 9738113.

HSL color Cylindrical-coordinate representation of color #819794: hue angle of 171.82º degrees, saturation: 0.1, 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 #819794 is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.41.

Color convert

RGB129151148-
CMYK0.1500.020.41
HSL171.82º9.57%54.9%-
HSV(B)171.82º14.57%59.22%-
XYZ25.4728.9432.26-
YUV144.08130.21117.24-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.14%
GREEN value IS 151 (59.38% from 255) = 35.28%
BLUE value IS 148 (58.20% from 255) = 34.58%
R=30.14%
G=35.28%
B=34.58%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1291511480.1500.020.41171.829.5754.9
Hex819794F0229aca37
Octal2012272241702512541267
Binary1000000110010111100101001111010101001101011001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #819794; }

 p { color: rgb(129,151,148); }

 H1.HeaderClassName
 {
   color: #819794;
 }
 .AnyTagClassName
 {
   color: #819794;
 }
</style>
background-color css

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

 a { background-color: rgb(129,151,148); }

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

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

 span { border-color: rgb(129,151,148); }

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