Html Css Color HEX #678B68 Laurel

📋 copy color: '#678B68'

red 103 ◦ green 139 ◦ blue 104

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

Shades of Laurel #678B68

Tints of Laurel #678B68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 30.06%

R = 29.77%
G = 40.17%
B = 30.06%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.25

 K value IS 0.45

RGB Variations

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

Color information

#678B68 (or 0x678B68) is known color: Laurel. HEX triplet: 67, 8B and 68. RGB value is (103,139,104). Sum of RGB (Red+Green+Blue) = 103+139+104=346 (45% of max value = 765). Red value is 103 (40.62% from 255 or 29.77% from 346); Green value is 139 (54.69% from 255 or 40.17% from 346); Blue value is 104 (41.02% from 255 or 30.06% from 346); Max value from RGB is 139 - color contains mainly: green. Hex color #678B68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #678B68 is #987497. Grayscale: #7C7C7C. Windows color (decimal): -9991320 or 6851431. OLE color: 6851431.

HSL color Cylindrical-coordinate representation of color #678B68: hue angle of 121.67º 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 #678B68 is Cyan = 0.26, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.45.

Color convert

RGB 103 139 104 -
CMYK 0.26 0 0.25 0.45
HSL 121.67º 0.15% 0.47% -
HSV(B) 121.67º 0.26% 0.55% -
XYZ 17.32 22.35 16.5 -
YUV 124.25 116.57 112.85 -
System Red Green Blue C M Y K H S L
Decimal 103 139 104 0.26 0 0.25 0.45 121.67 0.15 0.47
Hex 67 8B 68 1A 0 19 2D 7A F 2F
Octal 147 213 150 32 0 31 55 172 17 57
Binary 1100111 10001011 1101000 11010 0 11001 101101 1111010 1111 101111

Color Harmonies of #678B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #678B68

Black with #678B68

Text Example


Text Example

White with #678B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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