Html Css Color HEX #699591 Juniper

📋 copy color: '#699591'

red 105 ◦ green 149 ◦ blue 145

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

Shades of Juniper #699591

Tints of Juniper #699591

RGB

 RED value IS 105 (41.41% from 255) = 26.32%

 GREEN value IS 149 (58.59% from 255) = 37.34%

 BLUE value IS 145 (57.03% from 255) = 36.34%

R = 26.32%
G = 37.34%
B = 36.34%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#699591 (or 0x699591) is known color: Juniper. HEX triplet: 69, 95 and 91. RGB value is (105,149,145). Sum of RGB (Red+Green+Blue) = 105+149+145=399 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.32% from 399); Green value is 149 (58.59% from 255 or 37.34% from 399); Blue value is 145 (57.03% from 255 or 36.34% from 399); Max value from RGB is 149 - color contains mainly: green. Hex color #699591 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699591 is #966A6E. Grayscale: #878787. Windows color (decimal): -9857647 or 9540969. OLE color: 9540969.

HSL color Cylindrical-coordinate representation of color #699591: hue angle of 174.55º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #699591 is Cyan = 0.30, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB 105 149 145 -
CMYK 0.30 0 0.03 0.42
HSL 174.55º 0.17% 0.5% -
HSV(B) 174.55º 0.3% 0.58% -
XYZ 21.68 26.54 30.77 -
YUV 135.39 133.42 106.33 -
System Red Green Blue C M Y K H S L
Decimal 105 149 145 0.30 0 0.03 0.42 174.55 0.17 0.5
Hex 69 95 91 1E 0 3 2A AF 11 32
Octal 151 225 221 36 0 3 52 257 21 62
Binary 1101001 10010101 10010001 11110 0 11 101010 10101111 10001 110010

Color Harmonies of #699591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699591

Black with #699591

Text Example


Text Example

White with #699591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699591; }

 p { color: rgb(105,149,145); }

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

background-color css

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

 a { background-color: rgb(105,149,145); }

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

border-color css

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

 span { border-color: rgb(105,149,145); }

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