Html Css Color HEX #679994 Juniper

📋 copy color: '#679994'

red 103 ◦ green 153 ◦ blue 148

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

Shades of Juniper #679994

Tints of Juniper #679994

RGB

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

 GREEN value IS 153 (60.16% from 255) = 37.87%

 BLUE value IS 148 (58.2% from 255) = 36.63%

R = 25.5%
G = 37.87%
B = 36.63%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.03

 K value IS 0.4

RGB Variations

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

Color information

#679994 (or 0x679994) is known color: Juniper. HEX triplet: 67, 99 and 94. RGB value is (103,153,148). Sum of RGB (Red+Green+Blue) = 103+153+148=404 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.50% from 404); Green value is 153 (60.16% from 255 or 37.87% from 404); Blue value is 148 (58.20% from 255 or 36.63% from 404); Max value from RGB is 153 - color contains mainly: green. Hex color #679994 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679994 is #98666B. Grayscale: #898989. Windows color (decimal): -9987692 or 9738599. OLE color: 9738599.

HSL color Cylindrical-coordinate representation of color #679994: hue angle of 174º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #679994 is Cyan = 0.33, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.4.

Color convert

RGB 103 153 148 -
CMYK 0.33 0 0.03 0.4
HSL 174º 0.2% 0.5% -
HSV(B) 174º 0.33% 0.6% -
XYZ 22.33 27.8 32.21 -
YUV 137.48 133.94 103.41 -
System Red Green Blue C M Y K H S L
Decimal 103 153 148 0.33 0 0.03 0.4 174 0.2 0.5
Hex 67 99 94 21 0 3 28 AE 14 32
Octal 147 231 224 41 0 3 50 256 24 62
Binary 1100111 10011001 10010100 100001 0 11 101000 10101110 10100 110010

Color Harmonies of #679994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #679994

Black with #679994

Text Example


Text Example

White with #679994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #679994; }

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

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

background-color css

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

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

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

border-color css

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

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

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