Html Css Color HEX #679290 Juniper

📋 copy color: '#679290'

red 103 ◦ green 146 ◦ blue 144

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

Shades of Juniper #679290

Tints of Juniper #679290

RGB

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

 GREEN value IS 146 (57.42% from 255) = 37.15%

 BLUE value IS 144 (56.64% from 255) = 36.64%

R = 26.21%
G = 37.15%
B = 36.64%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.01

 K value IS 0.43

RGB Variations

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

Color information

#679290 (or 0x679290) is known color: Juniper. HEX triplet: 67, 92 and 90. RGB value is (103,146,144). Sum of RGB (Red+Green+Blue) = 103+146+144=393 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.21% from 393); Green value is 146 (57.42% from 255 or 37.15% from 393); Blue value is 144 (56.64% from 255 or 36.64% from 393); Max value from RGB is 146 - color contains mainly: green. Hex color #679290 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679290 is #986D6F. Grayscale: #848484. Windows color (decimal): -9989488 or 9474663. OLE color: 9474663.

HSL color Cylindrical-coordinate representation of color #679290: hue angle of 177.21º 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 #679290 is Cyan = 0.29, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.43.

Color convert

RGB 103 146 144 -
CMYK 0.29 0 0.01 0.43
HSL 177.21º 0.17% 0.49% -
HSV(B) 177.21º 0.29% 0.57% -
XYZ 20.91 25.45 30.2 -
YUV 132.92 134.25 106.66 -
System Red Green Blue C M Y K H S L
Decimal 103 146 144 0.29 0 0.01 0.43 177.21 0.17 0.49
Hex 67 92 90 1D 0 1 2B B1 11 31
Octal 147 222 220 35 0 1 53 261 21 61
Binary 1100111 10010010 10010000 11101 0 1 101011 10110001 10001 110001

Color Harmonies of #679290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #679290

Black with #679290

Text Example


Text Example

White with #679290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #679290; }

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

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

background-color css

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

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

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

border-color css

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

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

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