Html Css Color HEX #678168 Laurel

📋 copy color: '#678168'

red 103 ◦ green 129 ◦ blue 104

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

Shades of Laurel #678168

Tints of Laurel #678168

RGB

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

 GREEN value IS 129 (50.78% from 255) = 38.39%

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

R = 30.65%
G = 38.39%
B = 30.95%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.19

 K value IS 0.49

RGB Variations

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

Color information

#678168 (or 0x678168) is known color: Laurel. HEX triplet: 67, 81 and 68. RGB value is (103,129,104). Sum of RGB (Red+Green+Blue) = 103+129+104=336 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.65% from 336); Green value is 129 (50.78% from 255 or 38.39% from 336); Blue value is 104 (41.02% from 255 or 30.95% from 336); Max value from RGB is 129 - color contains mainly: green. Hex color #678168 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #678168 is #987E97. Grayscale: #767676. Windows color (decimal): -9993880 or 6848871. OLE color: 6848871.

HSL color Cylindrical-coordinate representation of color #678168: hue angle of 122.31º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #678168 is Cyan = 0.20, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.49.

Color convert

RGB 103 129 104 -
CMYK 0.20 0 0.19 0.49
HSL 122.31º 0.11% 0.45% -
HSV(B) 122.31º 0.2% 0.51% -
XYZ 15.94 19.58 16.04 -
YUV 118.38 119.89 117.03 -
System Red Green Blue C M Y K H S L
Decimal 103 129 104 0.20 0 0.19 0.49 122.31 0.11 0.45
Hex 67 81 68 14 0 13 31 7A B 2D
Octal 147 201 150 24 0 23 61 172 13 55
Binary 1100111 10000001 1101000 10100 0 10011 110001 1111010 1011 101101

Color Harmonies of #678168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #678168

Black with #678168

Text Example


Text Example

White with #678168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #678168; }

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

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

background-color css

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

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

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

border-color css

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

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

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