Html Css Color HEX #679992 Juniper

📋 copy color: '#679992'

red 103 ◦ green 153 ◦ blue 146

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

Shades of Juniper #679992

Tints of Juniper #679992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 36.32%

R = 25.62%
G = 38.06%
B = 36.32%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#679992 (or 0x679992) is known color: Juniper. HEX triplet: 67, 99 and 92. RGB value is (103,153,146). Sum of RGB (Red+Green+Blue) = 103+153+146=402 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.62% from 402); Green value is 153 (60.16% from 255 or 38.06% from 402); Blue value is 146 (57.42% from 255 or 36.32% from 402); Max value from RGB is 153 - color contains mainly: green. Hex color #679992 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679992 is #98666D. Grayscale: #898989. Windows color (decimal): -9987694 or 9607527. OLE color: 9607527.

HSL color Cylindrical-coordinate representation of color #679992: hue angle of 171.6º 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 #679992 is Cyan = 0.33, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.4.

Color convert

RGB 103 153 146 -
CMYK 0.33 0 0.05 0.4
HSL 171.6º 0.2% 0.5% -
HSV(B) 171.6º 0.33% 0.6% -
XYZ 22.17 27.74 31.38 -
YUV 137.25 132.94 103.57 -
System Red Green Blue C M Y K H S L
Decimal 103 153 146 0.33 0 0.05 0.4 171.6 0.2 0.5
Hex 67 99 92 21 0 5 28 AC 14 32
Octal 147 231 222 41 0 5 50 254 24 62
Binary 1100111 10011001 10010010 100001 0 101 101000 10101100 10100 110010

Color Harmonies of #679992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #679992

Black with #679992

Text Example


Text Example

White with #679992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #679992; }

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

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

background-color css

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

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

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

border-color css

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

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

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