Html Css Color HEX #678B8B Juniper

📋 copy color: '#678B8B'

red 103 ◦ green 139 ◦ blue 139

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

Shades of Juniper #678B8B

Tints of Juniper #678B8B

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.48%

 BLUE value IS 139 (54.69% from 255) = 36.48%

R = 27.03%
G = 36.48%
B = 36.48%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#678B8B (or 0x678B8B) is known color: Juniper. HEX triplet: 67, 8B and 8B. RGB value is (103,139,139). Sum of RGB (Red+Green+Blue) = 103+139+139=381 (50% of max value = 765). Red value is 103 (40.62% from 255 or 27.03% from 381); Green value is 139 (54.69% from 255 or 36.48% from 381); Blue value is 139 (54.69% from 255 or 36.48% from 381); Max value from RGB is 139 - color contains mainly: green, blue. Hex color #678B8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678B8B is #987474. Grayscale: #808080. Windows color (decimal): -9991285 or 9145191. OLE color: 9145191.

HSL color Cylindrical-coordinate representation of color #678B8B: hue angle of 180º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #678B8B is Cyan = 0.26, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 103 139 139 -
CMYK 0.26 0 0 0.45
HSL 180º 0.15% 0.47% -
HSV(B) 180º 0.26% 0.55% -
XYZ 19.49 23.21 27.88 -
YUV 128.24 134.07 110 -
System Red Green Blue C M Y K H S L
Decimal 103 139 139 0.26 0 0 0.45 180 0.15 0.47
Hex 67 8B 8B 1A 0 0 2D B4 F 2F
Octal 147 213 213 32 0 0 55 264 17 57
Binary 1100111 10001011 10001011 11010 0 0 101101 10110100 1111 101111

Color Harmonies of #678B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #678B8B

Black with #678B8B

Text Example


Text Example

White with #678B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #678B8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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