Html Css Color HEX #679895 Juniper

📋 copy color: '#679895'

red 103 ◦ green 152 ◦ blue 149

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

Shades of Juniper #679895

Tints of Juniper #679895

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 36.88%

R = 25.5%
G = 37.62%
B = 36.88%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.02

 K value IS 0.40

RGB Variations

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

Color information

#679895 (or 0x679895) is known color: Juniper. HEX triplet: 67, 98 and 95. RGB value is (103,152,149). Sum of RGB (Red+Green+Blue) = 103+152+149=404 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.50% from 404); Green value is 152 (59.77% from 255 or 37.62% from 404); Blue value is 149 (58.59% from 255 or 36.88% from 404); Max value from RGB is 152 - color contains mainly: green. Hex color #679895 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679895 is #98676A. Grayscale: #888888. Windows color (decimal): -9987947 or 9803879. OLE color: 9803879.

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

Color convert

RGB 103 152 149 -
CMYK 0.32 0 0.02 0.40
HSL 176.33º 0.19% 0.5% -
HSV(B) 176.33º 0.32% 0.6% -
XYZ 22.25 27.51 32.57 -
YUV 137.01 134.77 103.74 -
System Red Green Blue C M Y K H S L
Decimal 103 152 149 0.32 0 0.02 0.40 176.33 0.19 0.5
Hex 67 98 95 20 0 2 28 B0 13 32
Octal 147 230 225 40 0 2 50 260 23 62
Binary 1100111 10011000 10010101 100000 0 10 101000 10110000 10011 110010

Color Harmonies of #679895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #679895

Black with #679895

Text Example


Text Example

White with #679895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #679895; }

 p { color: rgb(103,152,149); }

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

background-color css

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

 a { background-color: rgb(103,152,149); }

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

border-color css

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

 span { border-color: rgb(103,152,149); }

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