Html Css Color HEX #678468 Laurel

📋 copy color: '#678468'

red 103 ◦ green 132 ◦ blue 104

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

Shades of Laurel #678468

Tints of Laurel #678468

RGB

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

 GREEN value IS 132 (51.95% from 255) = 38.94%

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

R = 30.38%
G = 38.94%
B = 30.68%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.21

 K value IS 0.48

RGB Variations

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

Color information

#678468 (or 0x678468) is known color: Laurel. HEX triplet: 67, 84 and 68. RGB value is (103,132,104). Sum of RGB (Red+Green+Blue) = 103+132+104=339 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.38% from 339); Green value is 132 (51.95% from 255 or 38.94% from 339); Blue value is 104 (41.02% from 255 or 30.68% from 339); Max value from RGB is 132 - color contains mainly: green. Hex color #678468 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #678468 is #987B97. Grayscale: #787878. Windows color (decimal): -9993112 or 6849639. OLE color: 6849639.

HSL color Cylindrical-coordinate representation of color #678468: hue angle of 122.07º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #678468 is Cyan = 0.22, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.48.

Color convert

RGB 103 132 104 -
CMYK 0.22 0 0.21 0.48
HSL 122.07º 0.12% 0.46% -
HSV(B) 122.07º 0.22% 0.52% -
XYZ 16.34 20.39 16.17 -
YUV 120.14 118.89 115.78 -
System Red Green Blue C M Y K H S L
Decimal 103 132 104 0.22 0 0.21 0.48 122.07 0.12 0.46
Hex 67 84 68 16 0 15 30 7A C 2E
Octal 147 204 150 26 0 25 60 172 14 56
Binary 1100111 10000100 1101000 10110 0 10101 110000 1111010 1100 101110

Color Harmonies of #678468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #678468

Black with #678468

Text Example


Text Example

White with #678468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #678468; }

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

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

background-color css

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

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

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

border-color css

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

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

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