#819693

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

Shades of Juniper #819693

Tints of Juniper #819693

Color information

#819693 (or 0x819693) is unknown color: approx Juniper. HEX triplet: 81, 96 and 93. RGB value is (129,150,147). Sum of RGB (Red+Green+Blue) = 129+150+147=426 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.28% from 426); Green value is 150 (58.98% from 255 or 35.21% from 426); Blue value is 147 (57.81% from 255 or 34.51% from 426); Max value from RGB is 150 - color contains mainly: green. Hex color #819693 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #819693 is #7E696C. Grayscale: #8F8F8F. Windows color (decimal): -8284525 or 9672321. OLE color: 9672321.

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

Color convert

RGB129150147-
CMYK0.1400.020.41
HSL171.43º9.09%54.71%-
HSV(B)171.43º14%58.82%-
XYZ25.2328.5931.79-
YUV143.38130.04117.74-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.28%
GREEN value IS 150 (58.98% from 255) = 35.21%
BLUE value IS 147 (57.81% from 255) = 34.51%
R=30.28%
G=35.21%
B=34.51%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1291501470.1400.020.41171.439.0954.71
Hex819693E0229ab937
Octal2012262231602512531167
Binary1000000110010110100100111110010101001101010111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #819693; }

 p { color: rgb(129,150,147); }

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

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

 a { background-color: rgb(129,150,147); }

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

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

 span { border-color: rgb(129,150,147); }

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