Html Css Color HEX #819693 Juniper

📋 copy color: '#819693'

red 129 ◦ green 150 ◦ blue 147

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

Shades of Juniper #819693

Tints of Juniper #819693

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 value IS 0.14

 M value IS 0

 Y value IS 0.02

 K value IS 0.41

RGB Variations

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

Color information

#819693 (or 0x819693) is known color: 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

RGB 129 150 147 -
CMYK 0.14 0 0.02 0.41
HSL 171.43º 0.09% 0.55% -
HSV(B) 171.43º 0.14% 0.59% -
XYZ 25.23 28.59 31.79 -
YUV 143.38 130.04 117.74 -
System Red Green Blue C M Y K H S L
Decimal 129 150 147 0.14 0 0.02 0.41 171.43 0.09 0.55
Hex 81 96 93 E 0 2 29 AB 9 37
Octal 201 226 223 16 0 2 51 253 11 67
Binary 10000001 10010110 10010011 1110 0 10 101001 10101011 1001 110111

Color Harmonies of #819693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819693

Black with #819693

Text Example


Text Example

White with #819693

Text Example


Text Example

HTML Codes & Css Web 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>