#68856B

Color #68856B Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Laurel #68856B

Tints of Laurel #68856B

Color information

#68856B (or 0x68856B) is unknown color: approx Laurel. HEX triplet: 68, 85 and 6B. RGB value is (104,133,107). Sum of RGB (Red+Green+Blue) = 104+133+107=344 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.23% from 344); Green value is 133 (52.34% from 255 or 38.66% from 344); Blue value is 107 (42.19% from 255 or 31.10% from 344); Max value from RGB is 133 - color contains mainly: green. Hex color #68856B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68856B is #977A94. Grayscale: #797979. Windows color (decimal): -9927317 or 7046504. OLE color: 7046504.

HSL color Cylindrical-coordinate representation of color #68856B: hue angle of 126.21º 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 #68856B is Cyan = 0.22, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB104133107-
CMYK0.2200.200.48
HSL126.21º12.24%46.47%-
HSV(B)126.21º21.8%52.16%-
XYZ16.7520.7817.04-
YUV121.36119.89115.61-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.23%
GREEN value IS 133 (52.34% from 255) = 38.66%
BLUE value IS 107 (42.19% from 255) = 31.10%
R=30.23%
G=38.66%
B=31.10%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1041331070.2200.200.48126.2112.2446.47
Hex68856B16014307ec2e
Octal15020515326024601761456
Binary11010001000010111010111011001010011000011111101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68856B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68856B; }

 p { color: rgb(104,133,107); }

 H1.HeaderClassName
 {
   color: #68856B;
 }
 .AnyTagClassName
 {
   color: #68856B;
 }
</style>
background-color css

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

 a { background-color: rgb(104,133,107); }

 div.DivClassName
 {
   background-color: #68856B;
 }
 .BgClassName
 {
   background-color: #68856B;
 }
</style>
border-color css

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

 span { border-color: rgb(104,133,107); }

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