Html Css Color HEX #699896 Juniper

📋 copy color: '#699896'

red 105 ◦ green 152 ◦ blue 150

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

Shades of Juniper #699896

Tints of Juniper #699896

RGB

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

 GREEN value IS 152 (59.77% from 255) = 37.35%

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

R = 25.8%
G = 37.35%
B = 36.86%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.01

 K value IS 0.40

RGB Variations

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

Color information

#699896 (or 0x699896) is known color: Juniper. HEX triplet: 69, 98 and 96. RGB value is (105,152,150). Sum of RGB (Red+Green+Blue) = 105+152+150=407 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.80% from 407); Green value is 152 (59.77% from 255 or 37.35% from 407); Blue value is 150 (58.98% from 255 or 36.86% from 407); Max value from RGB is 152 - color contains mainly: green. Hex color #699896 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699896 is #966769. Grayscale: #898989. Windows color (decimal): -9856874 or 9869417. OLE color: 9869417.

HSL color Cylindrical-coordinate representation of color #699896: hue angle of 177.45º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #699896 is Cyan = 0.31, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.40.

Color convert

RGB 105 152 150 -
CMYK 0.31 0 0.01 0.40
HSL 177.45º 0.19% 0.5% -
HSV(B) 177.45º 0.31% 0.6% -
XYZ 22.56 27.66 33 -
YUV 137.72 134.93 104.66 -
System Red Green Blue C M Y K H S L
Decimal 105 152 150 0.31 0 0.01 0.40 177.45 0.19 0.5
Hex 69 98 96 1F 0 1 28 B1 13 32
Octal 151 230 226 37 0 1 50 261 23 62
Binary 1101001 10011000 10010110 11111 0 1 101000 10110001 10011 110010

Color Harmonies of #699896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699896

Black with #699896

Text Example


Text Example

White with #699896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699896; }

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

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

background-color css

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

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

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

border-color css

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

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

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