Html Css Color HEX #679192 Juniper

📋 copy color: '#679192'

red 103 ◦ green 145 ◦ blue 146

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

Shades of Juniper #679192

Tints of Juniper #679192

RGB

 RED value IS 103 (40.63% from 255) = 26.14%

 GREEN value IS 145 (57.03% from 255) = 36.8%

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

R = 26.14%
G = 36.8%
B = 37.06%

CMYK

 C value IS 0.29

 M value IS 0.01

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#679192 (or 0x679192) is known color: Juniper. HEX triplet: 67, 91 and 92. RGB value is (103,145,146). Sum of RGB (Red+Green+Blue) = 103+145+146=394 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.14% from 394); Green value is 145 (57.03% from 255 or 36.80% from 394); Blue value is 146 (57.42% from 255 or 37.06% from 394); Max value from RGB is 146 - color contains mainly: blue. Hex color #679192 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679192 is #986E6D. Grayscale: #848484. Windows color (decimal): -9989742 or 9605479. OLE color: 9605479.

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

Color convert

RGB 103 145 146 -
CMYK 0.29 0.01 0 0.43
HSL 181.4º 0.17% 0.49% -
HSV(B) 181.4º 0.29% 0.57% -
XYZ 20.91 25.21 30.96 -
YUV 132.56 135.59 106.92 -
System Red Green Blue C M Y K H S L
Decimal 103 145 146 0.29 0.01 0 0.43 181.4 0.17 0.49
Hex 67 91 92 1D 1 0 2B B5 11 31
Octal 147 221 222 35 1 0 53 265 21 61
Binary 1100111 10010001 10010010 11101 1 0 101011 10110101 10001 110001

Color Harmonies of #679192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #679192

Black with #679192

Text Example


Text Example

White with #679192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #679192; }

 p { color: rgb(103,145,146); }

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

background-color css

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

 a { background-color: rgb(103,145,146); }

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

border-color css

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

 span { border-color: rgb(103,145,146); }

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