Html Css Color HEX #679490 Juniper

📋 copy color: '#679490'

red 103 ◦ green 148 ◦ blue 144

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

Shades of Juniper #679490

Tints of Juniper #679490

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.47%

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

R = 26.08%
G = 37.47%
B = 36.46%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#679490 (or 0x679490) is known color: Juniper. HEX triplet: 67, 94 and 90. RGB value is (103,148,144). Sum of RGB (Red+Green+Blue) = 103+148+144=395 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.08% from 395); Green value is 148 (58.20% from 255 or 37.47% from 395); Blue value is 144 (56.64% from 255 or 36.46% from 395); Max value from RGB is 148 - color contains mainly: green. Hex color #679490 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679490 is #986B6F. Grayscale: #868686. Windows color (decimal): -9988976 or 9475175. OLE color: 9475175.

HSL color Cylindrical-coordinate representation of color #679490: hue angle of 174.67º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #679490 is Cyan = 0.30, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB 103 148 144 -
CMYK 0.30 0 0.03 0.42
HSL 174.67º 0.18% 0.49% -
HSV(B) 174.67º 0.3% 0.58% -
XYZ 21.22 26.08 30.3 -
YUV 134.09 133.59 105.83 -
System Red Green Blue C M Y K H S L
Decimal 103 148 144 0.30 0 0.03 0.42 174.67 0.18 0.49
Hex 67 94 90 1E 0 3 2A AF 12 31
Octal 147 224 220 36 0 3 52 257 22 61
Binary 1100111 10010100 10010000 11110 0 11 101010 10101111 10010 110001

Color Harmonies of #679490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #679490

Black with #679490

Text Example


Text Example

White with #679490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #679490; }

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

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

background-color css

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

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

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

border-color css

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

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

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