Html Css Color HEX #699E96 Juniper

📋 copy color: '#699E96'

red 105 ◦ green 158 ◦ blue 150

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

Shades of Juniper #699E96

Tints of Juniper #699E96

RGB

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

 GREEN value IS 158 (62.11% from 255) = 38.26%

 BLUE value IS 150 (58.98% from 255) = 36.32%

R = 25.42%
G = 38.26%
B = 36.32%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.05

 K value IS 0.38

RGB Variations

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

Color information

#699E96 (or 0x699E96) is known color: Juniper. HEX triplet: 69, 9E and 96. RGB value is (105,158,150). Sum of RGB (Red+Green+Blue) = 105+158+150=413 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.42% from 413); Green value is 158 (62.11% from 255 or 38.26% from 413); Blue value is 150 (58.98% from 255 or 36.32% from 413); Max value from RGB is 158 - color contains mainly: green. Hex color #699E96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699E96 is #966169. Grayscale: #8D8D8D. Windows color (decimal): -9855338 or 9870953. OLE color: 9870953.

HSL color Cylindrical-coordinate representation of color #699E96: hue angle of 170.94º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #699E96 is Cyan = 0.34, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.38.

Color convert

RGB 105 158 150 -
CMYK 0.34 0 0.05 0.38
HSL 170.94º 0.21% 0.52% -
HSV(B) 170.94º 0.34% 0.62% -
XYZ 23.56 29.66 33.34 -
YUV 141.24 132.94 102.15 -
System Red Green Blue C M Y K H S L
Decimal 105 158 150 0.34 0 0.05 0.38 170.94 0.21 0.52
Hex 69 9E 96 22 0 5 26 AB 15 34
Octal 151 236 226 42 0 5 46 253 25 64
Binary 1101001 10011110 10010110 100010 0 101 100110 10101011 10101 110100

Color Harmonies of #699E96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699E96

Black with #699E96

Text Example


Text Example

White with #699E96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699E96; }

 p { color: rgb(105,158,150); }

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

background-color css

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

 a { background-color: rgb(105,158,150); }

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

border-color css

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

 span { border-color: rgb(105,158,150); }

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