Html Css Color HEX #699592 Juniper

📋 copy color: '#699592'

red 105 ◦ green 149 ◦ blue 146

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

Shades of Juniper #699592

Tints of Juniper #699592

RGB

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

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

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

R = 26.25%
G = 37.25%
B = 36.5%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.02

 K value IS 0.42

RGB Variations

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

Color information

#699592 (or 0x699592) is known color: Juniper. HEX triplet: 69, 95 and 92. RGB value is (105,149,146). Sum of RGB (Red+Green+Blue) = 105+149+146=400 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.25% from 400); Green value is 149 (58.59% from 255 or 37.25% from 400); Blue value is 146 (57.42% from 255 or 36.5% from 400); Max value from RGB is 149 - color contains mainly: green. Hex color #699592 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699592 is #966A6D. Grayscale: #878787. Windows color (decimal): -9857646 or 9606505. OLE color: 9606505.

HSL color Cylindrical-coordinate representation of color #699592: hue angle of 175.91º 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 #699592 is Cyan = 0.30, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.42.

Color convert

RGB 105 149 146 -
CMYK 0.30 0 0.02 0.42
HSL 175.91º 0.17% 0.5% -
HSV(B) 175.91º 0.3% 0.58% -
XYZ 21.76 26.57 31.18 -
YUV 135.5 133.92 106.24 -
System Red Green Blue C M Y K H S L
Decimal 105 149 146 0.30 0 0.02 0.42 175.91 0.17 0.5
Hex 69 95 92 1E 0 2 2A B0 11 32
Octal 151 225 222 36 0 2 52 260 21 62
Binary 1101001 10010101 10010010 11110 0 10 101010 10110000 10001 110010

Color Harmonies of #699592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699592

Black with #699592

Text Example


Text Example

White with #699592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699592; }

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

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

background-color css

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

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

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

border-color css

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

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

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