Html Css Color HEX #699492 Juniper

📋 copy color: '#699492'

red 105 ◦ green 148 ◦ blue 146

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

Shades of Juniper #699492

Tints of Juniper #699492

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.09%

 BLUE value IS 146 (57.42% from 255) = 36.59%

R = 26.32%
G = 37.09%
B = 36.59%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#699492 (or 0x699492) is known color: Juniper. HEX triplet: 69, 94 and 92. RGB value is (105,148,146). Sum of RGB (Red+Green+Blue) = 105+148+146=399 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.32% from 399); Green value is 148 (58.20% from 255 or 37.09% from 399); Blue value is 146 (57.42% from 255 or 36.59% from 399); Max value from RGB is 148 - color contains mainly: green. Hex color #699492 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699492 is #966B6D. Grayscale: #868686. Windows color (decimal): -9857902 or 9606249. OLE color: 9606249.

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

Color convert

RGB 105 148 146 -
CMYK 0.29 0 0.01 0.42
HSL 177.21º 0.17% 0.5% -
HSV(B) 177.21º 0.29% 0.58% -
XYZ 21.6 26.26 31.12 -
YUV 134.92 134.25 106.66 -
System Red Green Blue C M Y K H S L
Decimal 105 148 146 0.29 0 0.01 0.42 177.21 0.17 0.5
Hex 69 94 92 1D 0 1 2A B1 11 32
Octal 151 224 222 35 0 1 52 261 21 62
Binary 1101001 10010100 10010010 11101 0 1 101010 10110001 10001 110010

Color Harmonies of #699492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699492

Black with #699492

Text Example


Text Example

White with #699492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699492; }

 p { color: rgb(105,148,146); }

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

background-color css

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

 a { background-color: rgb(105,148,146); }

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

border-color css

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

 span { border-color: rgb(105,148,146); }

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