Html Css Color HEX #68856E Laurel

📋 copy color: '#68856E'

red 104 ◦ green 133 ◦ blue 110

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

Shades of Laurel #68856E

Tints of Laurel #68856E

RGB

 RED value IS 104 (41.02% from 255) = 29.97%

 GREEN value IS 133 (52.34% from 255) = 38.33%

 BLUE value IS 110 (43.36% from 255) = 31.7%

R = 29.97%
G = 38.33%
B = 31.7%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#68856E (or 0x68856E) is known color: Laurel. HEX triplet: 68, 85 and 6E. RGB value is (104,133,110). Sum of RGB (Red+Green+Blue) = 104+133+110=347 (45% of max value = 765). Red value is 104 (41.02% from 255 or 29.97% from 347); Green value is 133 (52.34% from 255 or 38.33% from 347); Blue value is 110 (43.36% from 255 or 31.70% from 347); Max value from RGB is 133 - color contains mainly: green. Hex color #68856E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68856E is #977A91. Grayscale: #797979. Windows color (decimal): -9927314 or 7243112. OLE color: 7243112.

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

Color convert

RGB 104 133 110 -
CMYK 0.22 0 0.17 0.48
HSL 132.41º 0.12% 0.46% -
HSV(B) 132.41º 0.22% 0.52% -
XYZ 16.91 20.84 17.88 -
YUV 121.71 121.39 115.37 -
System Red Green Blue C M Y K H S L
Decimal 104 133 110 0.22 0 0.17 0.48 132.41 0.12 0.46
Hex 68 85 6E 16 0 11 30 84 C 2E
Octal 150 205 156 26 0 21 60 204 14 56
Binary 1101000 10000101 1101110 10110 0 10001 110000 10000100 1100 101110

Color Harmonies of #68856E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68856E

Black with #68856E

Text Example


Text Example

White with #68856E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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