Html Css Color HEX #699392 Juniper

📋 copy color: '#699392'

red 105 ◦ green 147 ◦ blue 146

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

Shades of Juniper #699392

Tints of Juniper #699392

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.93%

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

R = 26.38%
G = 36.93%
B = 36.68%

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

#699392 (or 0x699392) is known color: Juniper. HEX triplet: 69, 93 and 92. RGB value is (105,147,146). Sum of RGB (Red+Green+Blue) = 105+147+146=398 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.38% from 398); Green value is 147 (57.81% from 255 or 36.93% from 398); Blue value is 146 (57.42% from 255 or 36.68% from 398); Max value from RGB is 147 - color contains mainly: green. Hex color #699392 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699392 is #966C6D. Grayscale: #868686. Windows color (decimal): -9858158 or 9605993. OLE color: 9605993.

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

Color convert

RGB 105 147 146 -
CMYK 0.29 0 0.01 0.42
HSL 178.57º 0.17% 0.49% -
HSV(B) 178.57º 0.29% 0.58% -
XYZ 21.45 25.95 31.07 -
YUV 134.33 134.59 107.08 -
System Red Green Blue C M Y K H S L
Decimal 105 147 146 0.29 0 0.01 0.42 178.57 0.17 0.49
Hex 69 93 92 1D 0 1 2A B3 11 31
Octal 151 223 222 35 0 1 52 263 21 61
Binary 1101001 10010011 10010010 11101 0 1 101010 10110011 10001 110001

Color Harmonies of #699392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699392

Black with #699392

Text Example


Text Example

White with #699392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699392; }

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

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

background-color css

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

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

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

border-color css

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

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

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