Html Css Color HEX #678989 Juniper

📋 copy color: '#678989'

red 103 ◦ green 137 ◦ blue 137

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

Shades of Juniper #678989

Tints of Juniper #678989

RGB

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

 GREEN value IS 137 (53.91% from 255) = 36.34%

 BLUE value IS 137 (53.91% from 255) = 36.34%

R = 27.32%
G = 36.34%
B = 36.34%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#678989 (or 0x678989) is known color: Juniper. HEX triplet: 67, 89 and 89. RGB value is (103,137,137). Sum of RGB (Red+Green+Blue) = 103+137+137=377 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.32% from 377); Green value is 137 (53.91% from 255 or 36.34% from 377); Blue value is 137 (53.91% from 255 or 36.34% from 377); Max value from RGB is 137 - color contains mainly: green, blue. Hex color #678989 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678989 is #987676. Grayscale: #7E7E7E. Windows color (decimal): -9991799 or 9013607. OLE color: 9013607.

HSL color Cylindrical-coordinate representation of color #678989: hue angle of 180º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #678989 is Cyan = 0.25, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 103 137 137 -
CMYK 0.25 0 0 0.46
HSL 180º 0.14% 0.47% -
HSV(B) 180º 0.25% 0.54% -
XYZ 19.05 22.58 27.02 -
YUV 126.83 133.74 111 -
System Red Green Blue C M Y K H S L
Decimal 103 137 137 0.25 0 0 0.46 180 0.14 0.47
Hex 67 89 89 19 0 0 2E B4 E 2F
Octal 147 211 211 31 0 0 56 264 16 57
Binary 1100111 10001001 10001001 11001 0 0 101110 10110100 1110 101111

Color Harmonies of #678989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #678989

Black with #678989

Text Example


Text Example

White with #678989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #678989; }

 p { color: rgb(103,137,137); }

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

background-color css

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

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

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

border-color css

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

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

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