#819694

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

Shades of Juniper #819694

Tints of Juniper #819694

Color information

#819694 (or 0x819694) is unknown color: approx Juniper. HEX triplet: 81, 96 and 94. RGB value is (129,150,148). Sum of RGB (Red+Green+Blue) = 129+150+148=427 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.21% from 427); Green value is 150 (58.98% from 255 or 35.13% from 427); Blue value is 148 (58.20% from 255 or 34.66% from 427); Max value from RGB is 150 - color contains mainly: green. Hex color #819694 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #819694 is #7E696B. Grayscale: #8F8F8F. Windows color (decimal): -8284524 or 9737857. OLE color: 9737857.

HSL color Cylindrical-coordinate representation of color #819694: hue angle of 174.29º 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 #819694 is Cyan = 0.14, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB129150148-
CMYK0.1400.010.41
HSL174.29º9.09%54.71%-
HSV(B)174.29º14%58.82%-
XYZ25.328.6232.21-
YUV143.49130.54117.66-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.21%
GREEN value IS 150 (58.98% from 255) = 35.13%
BLUE value IS 148 (58.20% from 255) = 34.66%
R=30.21%
G=35.13%
B=34.66%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1291501480.1400.010.41174.299.0954.71
Hex819694E0129ae937
Octal2012262241601512561167
Binary100000011001011010010100111001101001101011101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #819694; }

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

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

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

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

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

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

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

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