Html Css Color HEX #679B95 Juniper

📋 copy color: '#679B95'

red 103 ◦ green 155 ◦ blue 149

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

Shades of Juniper #679B95

Tints of Juniper #679B95

RGB

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

 GREEN value IS 155 (60.94% from 255) = 38.08%

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

R = 25.31%
G = 38.08%
B = 36.61%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.04

 K value IS 0.39

RGB Variations

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

Color information

#679B95 (or 0x679B95) is known color: Juniper. HEX triplet: 67, 9B and 95. RGB value is (103,155,149). Sum of RGB (Red+Green+Blue) = 103+155+149=407 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.31% from 407); Green value is 155 (60.94% from 255 or 38.08% from 407); Blue value is 149 (58.59% from 255 or 36.61% from 407); Max value from RGB is 155 - color contains mainly: green. Hex color #679B95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679B95 is #98646A. Grayscale: #8A8A8A. Windows color (decimal): -9987179 or 9804647. OLE color: 9804647.

HSL color Cylindrical-coordinate representation of color #679B95: hue angle of 173.08º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #679B95 is Cyan = 0.34, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.39.

Color convert

RGB 103 155 149 -
CMYK 0.34 0 0.04 0.39
HSL 173.08º 0.21% 0.51% -
HSV(B) 173.08º 0.34% 0.61% -
XYZ 22.74 28.5 32.74 -
YUV 138.77 133.77 102.49 -
System Red Green Blue C M Y K H S L
Decimal 103 155 149 0.34 0 0.04 0.39 173.08 0.21 0.51
Hex 67 9B 95 22 0 4 27 AD 15 33
Octal 147 233 225 42 0 4 47 255 25 63
Binary 1100111 10011011 10010101 100010 0 100 100111 10101101 10101 110011

Color Harmonies of #679B95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #679B95

Black with #679B95

Text Example


Text Example

White with #679B95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #679B95; }

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

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

background-color css

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

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

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

border-color css

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

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

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